2012-04-27 164 views
2

當我在Visual Studio 2010中運行新的Web應用程序時,出現「無法加載文件或程序集System.EnterpriseServices.Wrapper.dll」 「 錯誤信息。無法加載文件或程序集'System.EnterpriseServices.Wrapper.dll'

這裏的錯誤消息的完整文本:

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'System.EnterpriseServices.Wrapper.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication2.Global" Language="C#" %>

Source File: /global.asax Line: 1

Screenshot of error message (transcribed above)

什麼可能會造成這個錯誤,我怎麼能解決這個問題?

+0

,請複製粘貼「有一個問題」的錯誤描述 – 2012-04-27 18:39:08

+0

手段,究竟是什麼?你是否遇到運行時錯誤?構建錯誤?你可以發佈異常和代碼示例,或者至少指定你遇到的問題? – Jason 2012-04-27 18:40:03

+0

我已更新問題 – 2012-04-27 18:42:14

回答

相關問題