当我在 Visual Studio 2010 中运行新的 Web 应用程序时,我收到“无法加载文件或程序集 System.EnterpriseServices.Wrapper.dll'”错误消息。
以下是错误消息的完整文本:
“/”应用程序中的服务器错误。
解析器错误
说明:解析服务此请求所需的资源时出错。请查看以下特定的解析错误详细信息并适当地修改您的源文件。
解析器错误消息: 无法加载文件或程序集“System.EnterpriseServices.Wrapper.dll”或其依赖项之一。试图加载格式不正确的程序。
源错误:
第 1 行:<%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication2.Global" Language="C#" %>
源文件:/global.asax行: 1
什么可能导致此错误,我该如何解决?