Reputation: 1885
After upgrading to Azure 1.5, I can't debug Azure applications from VS 2010. When I press F5, I get the following error:
"Could not load file or assembly 'DevFabric.Contracts, Version=0.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified."
The application runs fine when it's deployed. It was working before I installed 1.5.
Upvotes: 0
Views: 248
Reputation: 676
An answer has been found in this thread : http://social.msdn.microsoft.com/Forums/en/windowsazuretroubleshooting/thread/f3a0dd74-93fc-4b31-acd1-64362b8976e5
*EDIT: from MSDN forums:
Is the DevFabric.contracts.dll in your C:\program files\windows azure sdk\v1.5\bin\devfabric folder?
If so, try to moving it to the C:\program files\windows azure sdk\v1.5\bin folder and see if that solves the problem?
Upvotes: 2