I got a new workstation, and I first installed VS 2013 with the Windows Azure SDK 2.3. But then I realized that our project was built on the Windows Azure SDK 2.2. So I uninstalled SDK 2.3 and then installed 2.2. After that, I received the project from TFS and tried to start it, and there was a problem:
Cannot debug the project because some runtime file was missing.
So, I tried to restore it by completely uninstalling the Windows Azure SDK 2.2 and restoring my VisualStudio. But now I get this error message:
Could not load file or assembly "Microsoft.ServiceHosting.Tools, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = 232wedsfd3f4" or one of its dependencies. The system cannot find the specified file.
I looked through the project and there was no link to Miscrosoft.ServiceHosting . Both the database and the clouds work. I don’t know what happened on the machine, since Azure is a new field for me. Does anyone face the same problem?
source
share