更新到最新版本 Azure SDK 后出错
在我更新到最新版本的 Azure SDK 后,当我在 Visual Studio 中按构建时,每天都会多次收到此错误。目前解决这个问题的唯一方法是重新启动我的视觉工作室。
我得到的错误是: Windows Azure 工具:对内存位置的访问无效
还有其他人遇到此错误吗?您还采取了什么措施来解决这个问题?
提前致谢!
更新2012-08-28:同样的错误在VS2012和Azure 1.7 SDK中仍然存在。然而,VS2012 后频率有所下降。
After I updated to the newest version the Azure SDK I have started to get this error several times each day when I press build in Visual Studio. The only way for me to fix it at the moment is to restart my visual studio.
The error I get is:
Windows Azure Tools: Invalid access to memory location
Is there someone else that have got this error? And also what did you do to fix it?
Thanks in advance!
Update 2012-08-28: The same error still exist in VS2012 and Azure 1.7 SDK. However the frequency have gone down with VS2012.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我也遇到过和你一样的问题,我都试过了。
升级、降级、重启、重新安装。获取所有 Windows 更新等等。
但我终于找到了导致我的问题的原因。是数据库,或者我应该说是我的 sqlexpress 数据库导致了问题。
默认情况下,Azure SDK 将创建 Express 版本所需的数据库。更改 DB azure 应使用的内容后,一切正常。
有关如何切换到另一个数据库的详细信息:
I've had the same problem as you, and I've tried it all.
Upgrading, downgrading, reboot, re-install. Getting all windows updates and so on.
But I finaly found what was causing my problems. It was the database, or I should say my sql express database that was causing the problem.
Azure SDK will by default create the DB that it needs on a express edition. After changing what DB azure should use, everything works perfectly.
Details on how to switch to another DB:
在 Windows 8.1 中已修复,但对于旧版本的 Windows,有一个 修补程序可用
that was fixed in Windows 8.1, however for older versions of Windows there is a hotfix available
我遇到了同样的问题,在尝试了一切之后,我搜索并安装了所有可用的 Windows 更新,其中包括 vs2010 sp1、windows 7 sp1 等等。
之后一切开始正常工作。
希望有帮助。
I had de same problem and after try everything, i search and install all the windows updates available, thid include, vs2010 sp1, windows 7 sp1, and a lot more.
after that everything start to work fine.
hope it helps.
不确定您何时安装了 SDK,但 修补程序有已发布。您无法通过进入下载页面来判断。只需重新安装 SDK 即可。
Not sure when you installed the SDK, but a hotfix has been issued. You can't tell by going to the download page. Just reinstall the SDK.