You are viewing a single comment's thread.

view the rest of the comments →

0
1

[–] something_went_wrong 0 points 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/

1
-1

[–] rec_ct [S] 1 point -1 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.