无法使用 SDK v1.5 调试 Azure 应用程序
升级到 Azure 1.5 后,我无法从 VS 2010 调试 Azure 应用程序。当我按 F5 时,出现以下错误:
“无法加载文件或程序集 'DevFabric.Contracts,Version=0.2.0.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35' 或其依赖项之一系统找不到指定的文件。”
该应用程序在部署后运行良好。在我安装 1.5 之前它可以工作。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此线程中找到了答案:http://social.msdn.microsoft.com/Forums/en/windowsazuretroubleshooting/thread/f3a0dd74-93fc-4b31-acd1-64362b8976e5
*编辑:来自 MSDN 论坛:
是 DevFabric。 Contracts.dll 位于 C:\program files\windows azure sdk\v1.5\bin\devfabric 文件夹?
如果是这样,请尝试将其移动到 C:\program files\windows azure sdk\v1.5\bin 文件夹,看看是否可以解决问题?
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?