Could not load file or assembly dotnetopenauth.core
Could not load file or assembly dotnetopenauth.AspNet
Could not load file or assembly NewSoft.Json,
Could not load file or assembly Microsoft.Owin.Security, Version=2.1.0.0
One After another after another ...
Builds and runs in Debug ...
Built and Published Yesterday ... no issues with app since Oct 2013, always keeping update package from PM manager MVC 5 EF 6
The stack trace differs for each item ... have been at this for hours ... clean up one issue and the next issue appears. Starting from the Output Window, Error at first appearance: DotNetOpenAuth.Core.
Framework
References
Reference(s) Manual
Binding and Redirect
Assemblies
Recompile
I have tried, applied, verified and still fix denied:
Have deleted bin and obj ...
Have cleaned and rebuilt and reinstalled packages from PM Manager ...
updated version to match ... Copy Local et: true
Update-Package –reinstall <<some_assembly.reference.name<< ...
Deploy the project to the server using web deploy type. Checked the changes between server and local ...
HACK FIX gined-up a new project, pasted the code over and runs fine ... for one week. Sept 6 go to update, simply added some text to existing paragraph, debugs fine, clean rebuild, publish , BOOM: Could not load file or assembly ... started all over again. The weirdness is this not my only MVC project; it is the only one blowing up.
Has anyone ever experienced this before? What is the FIX?