日本搞逼视频_黄色一级片免费在线观看_色99久久_性明星video另类hd_欧美77_综合在线视频

國內(nèi)最全I(xiàn)T社區(qū)平臺 聯(lián)系我們 | 收藏本站
阿里云優(yōu)惠2
您當(dāng)前位置:首頁 > web前端 > htmlcss > <add assembly="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=ne

<add assembly="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=ne

來源:程序員人生   發(fā)布時間:2015-01-20 08:41:47 閱讀次數(shù):7501次

Server Error in '/' Application.

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 'Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 系統(tǒng)找不到指定的文件。

Source Error: 

Line 55: <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> Line 56: <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 57: <add assembly="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 58: <add assembly="Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/> Line 59: <add assembly="Microsoft.Vbe.Interop, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/>

Source File: E:T1Webweb.config    Line: 57 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.

WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!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 [HKLMSoftwareMicrosoftFusion!EnableLog].


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.504


2015⑴⑴6 10:48:51

PS:暫時找不解放方案.


但是如果我刪除報錯的那行結(jié)果會怎樣樣?(webconfig里面把這行,刪掉看看,可能就能夠正確運行了,如果刪掉還是報錯的話,就是你缺少dll或其他)

反饋給我的還是毛病


Server Error in '/' Application.

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 'Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. 系統(tǒng)找不到指定的文件。

Source Error: 

Line 54: <add assembly="DevExpress.Web.ASPxThemes.v13.2, Version=13.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"/> Line 55: <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> Line 56: <add assembly="Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/> Line 57: <add assembly="Microsoft.Vbe.Interop, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/> Line 58: <add assembly="office, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/></assemblies>

Source File: E:T1Webweb.config    Line: 56 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Office.Interop.Word, Version=12.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 [HKLMSoftwareMicrosoftFusion!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 [HKLMSoftwareMicrosoftFusion!EnableLog].


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.504


好吧,貫徹我的思路接著刪除報錯的那行配置文件.然后我的后臺代碼就報錯了.

現(xiàn)在夠詳細(xì)了,知道那行代碼調(diào)用出錯了.


Server Error in '/' Application.
--------------------------------------------------------------------------------


Compilation Error 
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 


Compiler Error Message: CS0234: The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)


Source Error:


 


Line 4:  public class CCWordApp
Line 5:  {
Line 6:      private Microsoft.Office.Interop.Word.ApplicationClass oWordApplic;// a reference to Word application 援用Word利用程序
Line 7:      private Microsoft.Office.Interop.Word.Document oDoc;// a reference to the document 援用文檔
Line 8:  
 


Source File: e:T1WebApp_CodeCCWordApp.cs    Line: 6 






Show Detailed Compiler Output:




C:WINDOWSSysWOW64inetsrv> "C:WINDOWSMicrosoft.NETFrameworkv4.0.30319csc.exe" /t:library /utf8output /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3a6a79954bbe8a36_dcf4cf01DevExpress.Web.ASPxHtmlEditor.v13.2.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Configurationv4.0_4.0.0.0__b03f5f7f11d50a3aSystem.Configuration.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Runtime.Serializationv4.0_4.0.0.0__b77a5c561934e089System.Runtime.Serialization.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Corev4.0_4.0.0.0__b77a5c561934e089System.Core.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl38dc27d626bee8f36_dcf4cf01DevExpress.Utils.v13.2.UI.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3a8ab943bebb58e36_dcf4cf01DevExpress.Printing.v13.2.Core.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Data.DataSetExtensionsv4.0_4.0.0.0__b77a5c561934e089System.Data.DataSetExtensions.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl33032107aeb448c36_dcf4cf01DevExpress.XtraReports.v13.2.Extensions.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl386b20fcdcba38436_dcf4cf01DevExpress.Web.ASPxThemes.v13.2.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Drawingv4.0_4.0.0.0__b03f5f7f11d50a3aSystem.Drawing.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Web.WebPages.Deploymentv4.0_1.0.0.0__31bf3856ad364e35System.Web.WebPages.Deployment.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3219f6ba1fb188536_dcf4cf01DevExpress.XtraGrid.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3c96c32236b9b8836_dcf4cf01DevExpress.Web.v13.2.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl367591196bcf8b36_dcf4cf01DevExpress.XtraPrinting.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl34ed06aaf9b818b36_dcf4cf01DevExpress.XtraCharts.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl33fc622ee8b788636_dcf4cf01DevExpress.Utils.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.ServiceModel.Webv4.0_4.0.0.0__31bf3856ad364e35System.ServiceModel.Web.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_32System.Datav4.0_4.0.0.0__b77a5c561934e089System.Data.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILMicrosoft.CSharpv4.0_4.0.0.0__b03f5f7f11d50a3aMicrosoft.CSharp.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Web.Servicesv4.0_4.0.0.0__b03f5f7f11d50a3aSystem.Web.Services.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3ac46d821db1d8c36_dcf4cf01DevExpress.XtraTreeList.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl32f48bec2bca7b36_dcf4cf01DevExpress.Web.ASPxHtmlEditor.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl34718ffb45b038636_dcf4cf01DevExpress.DataAccess.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319mscorlib.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Web.ApplicationServicesv4.0_4.0.0.0__31bf3856ad364e35System.Web.ApplicationServices.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.ComponentModel.DataAnnotationsv4.0_4.0.0.0__31bf3856ad364e35System.ComponentModel.DataAnnotations.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Web.DynamicDatav4.0_4.0.0.0__31bf3856ad364e35System.Web.DynamicData.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_32System.EnterpriseServicesv4.0_4.0.0.0__b03f5f7f11d50a3aSystem.EnterpriseServices.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Xml.Linqv4.0_4.0.0.0__b77a5c561934e089System.Xml.Linq.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3a766ce63dbac8936_dcf4cf01DevExpress.Data.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3945ced597ba48d36_dcf4cf01DevExpress.Data.v13.2.DLL" /R:"C:WINDOWSassemblyGAC_MSILMicrosoft.ReportViewer.Common9.0.0.0__b03f5f7f11d50a3aMicrosoft.ReportViewer.Common.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3c72258e36b0c8b36_dcf4cf01DevExpress.Printing.v13.2.Core.resources.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.ServiceModelv4.0_4.0.0.0__b77a5c561934e089System.ServiceModel.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl34b6a04fe8be98836_dcf4cf01DevExpress.DataAccess.v13.2.UI.resources.DLL" /R:"C:WINDOWSassemblyGAC_MSILMicrosoft.ReportViewer.ProcessingObjectModel9.0.0.0__b03f5f7f11d50a3aMicrosoft.ReportViewer.ProcessingObjectModel.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Windows.Formsv4.0_4.0.0.0__b77a5c561934e089System.Windows.Forms.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl38c30e28772726957_ca2bd001App_Licenses.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl376f1f0e7ebd38936_dcf4cf01DevExpress.XtraReports.v13.2.Web.resources.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystemv4.0_4.0.0.0__b77a5c561934e089System.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl35d19a33c7b159036_dcf4cf01DevExpress.Web.ASPxSpellChecker.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3c1aeec2fb5e8936_dcf4cf01DevExpress.XtraNavBar.v13.2.resources.DLL" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl390d8b77e4bdc8536_dcf4cf01Microsoft.Vbe.Interop.DLL" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.Web.Extensionsv4.0_4.0.0.0__31bf3856ad364e35System.Web.Extensions.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_MSILSystem.ServiceModel.Activitiesv4.0_4.0.0.0__31bf3856ad364e35System.ServiceModel.Activities.dll" /R:"C:WINDOWSMicrosoft.NetassemblyGAC_32System.Webv4.0_4.0.0.0__b03f5f7f11d50a3aSystem.Web.dll" /R:"C:WINDOWSMicrosoft.NETFrameworkv4.0.30319Temporary ASP.NET Files ootfdb97f61f8333f36assemblydl3f2ca8fc

主站蜘蛛池模板: 中文字幕亚洲国产 | 国产精品区一区二区三区 | 国产精品欧美激情 | 在线一区二区视频 | 高清国产一区二区三区四区五区 | 男女国产视频 | 在线成人 | 午夜精品久久久久 | 国产激情在线观看 | 久久国产精品网 | 日韩精品在线观看视频 | a级黄色免费看 | 亚洲一区观看 | 国产一区一一区高清不卡 | 久久黄视频 | 天堂аⅴ在线最新版在线 | 国产一二三在线观看 | 亚洲 视频 一区 | 日韩av在线一区 | 成年人免费在线观看 | 一区二区网站 | www.射| 色片免费观看 | 国产精品日韩欧美一区二区 | 亚洲二区在线观看 | 久久免费视频观看 | 日韩精品久久久久久久电影99爱 | 久久久久网站 | 午夜欧美一区二区三区在线播放 | 国产免费视频 | 成人区精品一区二区婷婷 | 日韩欧美黄色 | 黄色大片国产 | 国产一区二区在线播放 | 欧美日韩国产色 | 17c一起操 | 日韩av一区二区三区在线观看 | 亚洲五月六月 | av片在线看 | 黄色av一区二区三区 | 精品国产91乱码一区二区三区 |