显示名称为“VJSharpCodeProvider”的程序集;加载失败 - 云应用
我有 MVC 2 项目,需要将其部署到云中。我有一个云应用程序,它有一个与此 mvc 项目关联的 Web 角色。尝试在开发结构中启动云项目的新实例时,出现以下错误:
显示名称为 VJSharpCodeProvider
的程序集无法在 LoadFrom
绑定上下文中加载ID 为 2 的 AppDomain 的失败原因是:
System.IO.FileNotFoundException:无法加载文件或程序集“VJSharpCodeProvider,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a”或其依赖项之一。系统找不到指定的文件。
有人能指出错误的含义以及如何解决的正确方向吗?
I have MVC 2 project which I need to deploy to the cloud. I have a cloud app which has a web role associated with this mvc project. When trying to start a new instance of the cloud project in the dev fabric, I get the following error:
The assembly with display name VJSharpCodeProvider
failed to load in the LoadFrom
binding context of the AppDomain with ID 2. The cause of the failure was:
System.IO.FileNotFoundException: Could not load file or assembly 'VJSharpCodeProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Can anybody please point me in the right direction on what the error means and how to resolve?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这不是问题 - 异常可能会一直抛出。
请参阅类似问题的答案。
I think this is not an issue - the exception probably gets thrown all the time.
See answer to similar question.