简体   繁体   English

无法使用v1.5 SDK调试Azure应用程序

[英]Can't debug Azure Applications with v1.5 of SDK

After upgrading to Azure 1.5, I can't debug Azure applications from VS 2010. When I press F5, I get the following error: 升级到Azure 1.5后,我无法从VS 2010调试Azure应用程序。当我按F5时,出现以下错误:

"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." “无法加载文件或程序集'DevFabric.Contracts,Version = 0.2.0.0,Culture = neutral,PublicKeyToken = 31bf3856ad364e35'或其中一个依赖项。系统找不到指定的文件。”

The application runs fine when it's deployed. 应用程序部署后运行正常。 It was working before I installed 1.5. 在我安装1.5之前它正在工作。

An answer has been found in this thread : http://social.msdn.microsoft.com/Forums/en/windowsazuretroubleshooting/thread/f3a0dd74-93fc-4b31-acd1-64362b8976e5 在这个帖子中找到了答案: http//social.msdn.microsoft.com/Forums/en/windowsazuretroubleshooting/thread/f3a0dd74-93fc-4b31-acd1-64362b8976e5

*EDIT: from MSDN forums: *编辑:来自MSDN论坛:

Is the DevFabric.contracts.dll in your C:\\program files\\windows azure sdk\\v1.5\\bin\\devfabric folder? DevFabric.contracts.dll在您的C:\\ program files \\ windows azure sdk \\ v1.5 \\ bin \\ devfabric文件夹中?

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? 如果是这样,尝试将其移动到C:\\ program files \\ windows azure sdk \\ v1.5 \\ bin文件夹,看看是否能解决问题?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM