You can login if you already have an account or register by clicking the button below.
Registering is free and all you need is a username and password. We never ask you for your e-mail.
On lines 85 and 89 in web.config, have you tried making sure the versions match what you have for your local Owin package? Sometimes when updating packages, version references in config files and elsewhere don't get updated.
Sort: Top
[–] something_went_wrong 0 points 1 point 1 point (+1|-0) ago (edited ago)
On lines 85 and 89 in web.config, have you tried making sure the versions match what you have for your local Owin package? Sometimes when updating packages, version references in config files and elsewhere don't get updated.
Edit: just in case version 3+ breaks functionality, you could try grabbing vs 2.1 from here: https://www.nuget.org/packages/Microsoft.Owin/
[–] rec_ct [S] 1 point -1 points 0 points (+0|-1) ago
Thanks a ton. You were right, my version references were wrong in Web.config.
I updated them by running "Get-Project –All | Add-BindingRedirect" in the package manager and now it works.