显示名称为“VJSharpCodeProvider”的程序集;加载失败 - 云应用

发布于 2024-09-14 15:31:52 字数 417 浏览 6 评论 0原文

我有 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 技术交流群。

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

发布评论

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

评论(1

停顿的约定 2024-09-21 15:31:52

我认为这不是问题 - 异常可能会一直抛出。

请参阅类似问题的答案

I think this is not an issue - the exception probably gets thrown all the time.

See answer to similar question.

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