简体   繁体   English

部署ASP.net网站时出错

[英]Error while deploying ASP.net website

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Could not load file or assembly 'Office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

Source Error: 


Line 43:                <add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 44:                <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 45:                <add assembly="Office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>
Line 46:                <add assembly="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/></assemblies>
Line 47:        </compilation>


Source File: C:\inetpub\wwwroot\toolbar\web.config    Line: 45 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Can Anyone help me to solve this problem??I am using windows server 2008 to deploy my website. 谁能帮助我解决这个问题?我正在使用Windows Server 2008部署我的网站。

将您的引用CopyLocal属性的Office程序集设置为true或将其手动托管。

Have you installed the Microsoft Office Primary Interop Assemblies? 您是否已安装Microsoft Office主互操作程序集? If not, they are available here: 如果没有,可以在这里找到:

http://msdn.microsoft.com/en-us/library/aa159923(office.11).aspx http://msdn.microsoft.com/zh-CN/library/aa159923(office.11​​).aspx

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM