I have looked at the other answers to similar error mgs, but none of the answers seem to work. I am trying to debug an asp.net mvc 3 application using vs 2010 on a windows xp machine. This application was working fine, yesterday I was jumping between two applications , copying code etc. Then today I get the below error when trying to run (it builds no problem) The only difference was when I opened the application in Visual studio today, a window appeared before program loaded stating the following...
URL http://localhost:1697/.
The Web project "MyProject" is currently configured to use the (url from above line goes here)The Web server has this URL mapped to a different folder "C:\Projects\MyotherProject". Would you like to remap this URL to this Web projects folder ?
..........I assumed I hit yes...and I got the error below Server error in'/' application
Could not load file or assembly 'DotNetOpenAuth.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246' or one of its dependencies. The system cannot find the file specified.
I have tried, clearing out the bin and obj folders and then cleaning and re-building. I don't understand where/what the problem is ? can anyone advise ?