[–] something_went_wrong 0 points 1 point 1 point (+1|-0) 5.4 years ago (edited 5.4 years 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) 5.4 years 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.
[–] 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.