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

发布于 2024-12-09 02:00:22 字数 234 浏览 0 评论 0原文

升级到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染火枫林 2024-12-16 02:00:22

在此线程中找到了答案: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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文