简体   繁体   English

更新到最新版本Azure SDK后出错

[英]Error after updating to the latest version Azure SDK

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. 在我更新到最新版本的Azure SDK之后,当我在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 我得到的错误是: Windows Azure工具:对内存位置的无效访问

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. 更新2012-08-28: VS2012和Azure 1.7 SDK中仍存在相同的错误。 However the frequency have gone down with VS2012. 然而,VS2012的频率已经下降。

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. 获取所有Windows更新等。

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. 这是数据库,或者我应该说我的sql express数据库导致了这个问题。

Azure SDK will by default create the DB that it needs on a express edition. 默认情况下,Azure SDK将在快速版本上创建所需的数据库。 After changing what DB azure should use, everything works perfectly. 在更改DB azure应该使用的内容之后,一切都运行良好。

Details on how to switch to another DB: 有关如何切换到另一个DB的详细信息:

在Windows 8.1中已修复 ,但对于旧版本的Windows,可以使用修补程序

Not sure when you installed the SDK, but a hotfix has been issued . 不确定何时安装了SDK,但是已发布修补程序 You can't tell by going to the download page. 你无法通过下载页面来判断。 Just reinstall the SDK. 只需重新安装SDK即可。

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. 我有同样的问题,在尝试了一切之后,我搜索并安装了所有可用的Windows更新,包括,vs2010 sp1,windows 7 sp1等等。 after that everything start to work fine. 之后一切都开始好起来了。

hope it helps. 希望能帮助到你。

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

相关问题 更新Azure Web Jobs SDK更新后出现错误 - Error After Updating Azure Web Jobs SDK update 使用最新的 azure 版本生成 SAS uri 时出错 - Getting error while generating SAS uri using latest azure version 在安装2.7.1之后缺少版本参考之后,安装Azure SDK 2.7.0 - Installing Azure SDK 2.7.0 After installing 2.7.1 and missing a version reference 安装 Azure 1.8 后客户端版本错误 - Client Version Error after installing Azure 1.8 将 ImpromptuInterface 从 6.2.2 更新到 7.0.1(最新版本) - Updating ImpromptuInterface from 6.2.2 to 7.0.1 (latest version) 将Azure SDK从2.4升级到2.6后生成错误 - Build error after upgrade Azure SDK from 2.4 to 2.6 将 Visual Studio 2017 更新到版本 15.5.2 后出现 Xamarin 错误 - Xamarin error after updating Visual Studio 2017 to version 15.5.2 dotnet ef 在最新的 SDK 更新后不起作用 - dotnet ef not working after the latest SDK is updated 通过 Microsoft Graph SDK 更新 Azure 应用程序 - Updating Azure Application via Microsoft Graph SDK 将 webjob(Microsoft.Azure.WebJobs) package 更新到版本 3.0.16 后没有发生显式死信 - After updating webjob(Microsoft.Azure.WebJobs) package to version 3.0.16 explicit deadletter is not happening
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM