简体   繁体   English

VS 2013 Windows Azure中有关程序集Microsoft.WindowsAzure.Storage.Emulator.Controller的运行时错误

[英]Runtime error in VS 2013 Windows Azure regarding an assembly Microsoft.WindowsAzure.Storage.Emulator.Controller

I am receiving an error while trying to run my azure project on my machine, which states : 尝试在计算机上运行我的Azure项目时收到错误消息:

Windows Azure Tools: Could not load file or assembly 'Microsoft.WindowsAzure.Storage.Emulator.Controller, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Windows Azure工具:无法加载文件或程序集“ Microsoft.WindowsAzure.Storage.Emulator.Controller,版本= 3.0.0.0,区域性=中性,PublicKeyToken = 31bf3856ad364e35”或其依赖项之一。 The system cannot find the file specified. 该系统找不到指定的文件。

When I try to build/rebuild the solution, no errors are received. 当我尝试构建/重建解决方案时,没有收到错误。 This appears only when I try to run the project. 仅当我尝试运行该项目时才会显示。

Some specifications for your reference : 一些规格供您参考:

  • Using Visual Studio 2013 使用Visual Studio 2013
  • Using Windows Azure SDK 2.3 for VS 2013 将Windows Azure SDK 2.3用于VS 2013
  • Using SQL Server 2012 使用SQL Server 2012

Things that I tried : 我尝试过的事情:

  1. Tried setting the "Start Windows Azure Storage Emulator" property to false . 尝试将“启动Windows Azure存储模拟器”属性设置为false
  2. Tried changing the server from IIS express to IIS Web Server. 尝试将服务器从IIS express更改为IIS Web Server。
  3. Tried replacing the assembly Microsoft.WindowsAzure.Storage from an old working backup. 尝试从旧的工作备份中替换程序集Microsoft.WindowsAzure.Storage。
  4. Tried uninstalling Microsoft ASP.NET Web Tools and while reinstalling, it gave me the error "A later version of Microsoft ASP.NET and Web Tools 2013.1 - Visual Studio is already installed. Setup will now exit". 尝试卸载Microsoft ASP.NET Web工具并在重新安装时,出现错误“ Microsoft ASP.NET和Web工具2013.1的更高版本-已安装Visual Studio。安装程序将立即退出”。

So far none have worked. 到目前为止,都没有成功。

For further information, I once installed VS 2015 and its relevant Azure SDK a while back and then uninstalled it and installed VS 2012 and its corresponding Azure SDK. 有关更多信息,我曾经安装过VS 2015及其相关的Azure SDK,然后将其卸载并安装了VS 2012及其相应的Azure SDK。 Note here that the project was running when I was using VS 2012. And now, I have installed VS 2013 and Azure SDK 2.3 and that error is showing up. 请注意,在我使用VS 2012时该项目正在运行。现在,我已经安装了VS 2013和Azure SDK 2.3,并且该错误正在显示。 Could this be an inception of the issue here ? 这可能是这里的问题的开端吗?

Any sort of help or guidance would be beneficial. 任何形式的帮助或指导都是有益的。 Thanks. 谢谢。

This sounds like the Azure SDK does not install in your Visual Studio correctly. 这听起来像Azure SDK无法正确安装在Visual Studio中。 I would suggest you delete all version of Windows Azure Tools for Visual Studio before reinstall. 我建议您在重新安装之前删除所有版本的Windows Azure Tools for Visual Studio。 Then download a new one at: https://azure.microsoft.com/en-us/downloads/ . 然后从以下位置下载一个新的: https : //azure.microsoft.com/en-us/downloads/

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

相关问题 无法加载文件或程序集“ Microsoft.WindowsAzure.Storage”或其依赖项之一 - Could not load file or assembly 'Microsoft.WindowsAzure.Storage' or one of its dependencies Azure存储模拟器错误访问Blob - Azure Storage Emulator Error Accessing Blobs Azure上的Microsoft.Web.Administration组装错误 - Microsoft.Web.Administration assembly error on azure ASP.NET MVC的Windows Azure存储模拟器连接字符串? - Windows Azure Storage Emulator Connection String for ASP.NET MVC? 缺少Microsoft.WindowsAzure.ServiceRuntime.RoleEntryPoint的编译错误 - Compilation error with missing Microsoft.WindowsAzure.ServiceRuntime.RoleEntryPoint Microsoft.WindowsAzure.Storage.dll中发生类型'System.ArgumentNullException'的异常,但未在用户代码中处理 - An exception of type 'System.ArgumentNullException' occurred in Microsoft.WindowsAzure.Storage.dll but was not handled in user code Windows Azure存储模拟器无法将日期时间字符串转换为有效时间戳 - Windows Azure storage emulator Failed to covert date time string to valid time stamp 在VS2013中使用报表设计器并在加载新报表时出现装配错误 - Using Report Designer in VS2013 and getting Assembly error loading new report 从vs2013在Azure中创建数据库 - Create DB in azure from vs2013 无法获得Microsoft Azure存储帐户设置 - Could not get the Microsoft Azure storage account settings
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM