I am getting the following error message when trying to load a web application.
Could not load file or assembly 'DotNetOpenAuth.Core, Version=4.1.0.0,
Culture=neutral, PublicKeyToken=2780ccd10d57b246' or one of its dependencies.
The located assembly's manifest definition does not match the assembly
reference. (Exception from HRESULT: 0x80131040)
I know what this means, the expected dll file/version is missing from my bin folder. This is assembly is something that we get from NuGet. I did check to make sure something is there. However, the dll that is there is product version 4.3.4.0
And of course, NuGet only seems to want to give me the latest version of the files.
Thank you in advance for your help,
Go to the complete details ...