1
In my project I am using the OWIN library for user authentication. I already installed the package, but when I run the project I return the error:
Could not load file or Assembly 'Microsoft.Owin, Version=2.1.0.0, Culture=neutral, Publickeytoken=31bf3856ad364e35' or one of its dependencies. The definition of the localized Assembly manifest does not correspond to the Assembly reference. (HRESULT exception: 0x80131040)
If anyone can help I’d appreciate it.
Make a
Clean Solution
and delete all folderspackages
,obj
andbin
is also a common practice of forcing binaries to be recreated.– Thiago Lunardi