惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
L
LangChain Blog
博客园_首页
Recent Announcements
Recent Announcements
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
博客园 - 叶小钗
博客园 - 【当耐特】
The Cloudflare Blog
J
Java Code Geeks
G
Google Developers Blog
云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans

博客园 - lemontree

SQL SERVER学习计划 新的开始 C#.NET禁止一个程序启动多个实例 - lemontree - 博客园 MDI窗体,子窗体在父窗体中最大化,如果子窗体已经打开则显示,不重复打开窗体 winform里c#验证用户正确后 怎么打开新窗口时关闭登陆窗口 Are You Going To Scarborough Fair中文歌词 安装VS2005 SP1失败 (转载)浅析HTTP协议 (转载)你是合格的程序员吗?—合格程序员应该具备的12种能力 夯实基础,从HTML开始 SQLserver2000〔Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server不存在或访问被拒绝 压缩数据库日志文件 RDLC报表(一) [转载]OWC做电子表格和图表的试验 浅谈ASP.NET的内部机制(一) seo专题之开篇有益 引用Microsoft.Office.Interop.Excel出现的问题 OWC生成Excel的效能优化 妇女节各人的不同回复
.net 2.0 Configuration Error
lemontree · 2009-03-16 · via 博客园 - lemontree

先说明一下情况:

在XP上做了用OWC的报表,移植到Server2003上时,运行提示报错:Configuraton Error.具体的报错信息如下:

  --------------------------------------------------------------------------------  
   
  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.Owc11,   Version=11.0.0.0,   Culture=neutral,   PublicKeyToken=71e9bce111e9429c'   or   one   of   its   dependencies.   系统找不到指定的文件。  
   
  Source   Error:    
   
   
  Line   19:                   -->  
  Line   20:   <globalization   requestEncoding="gb2312"   responseEncoding="gb2312"/>  
  Line   21:   <compilation   debug="false"   defaultLanguage="c#">  
  Line   22:   <assemblies>  
  Line   23:   <add   assembly="System.Data.OracleClient,   Version=1.0.3300.0,   Culture=neutral,   PublicKeyToken=B77A5C561934E089"/>  
     
   
  \web.config         Line:   21    
   
  Assembly   Load   Trace:   The   following   information   can   be   helpful   to   determine   why   the   assembly   'Microsoft.Office.Interop.Owc11,   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].   
        
  --------------------------------------------------------------------------------  
  Version   Information:   Microsoft   .NET   Framework   Version:2.0.50215.44;   ASP.NET   Version:2.0.50215.44

  --------------------------------------------------------------------------------  

Office   2003   PIA(Primary   Interop   Assemblies)的问题!  
   
  http://www.microsoft.com/china/msdn/library/office/office/OfficePrIntopAssFAQ.mspx