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

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
G
Google Developers Blog
Spread Privacy
Spread Privacy
I
InfoQ
V
V2EX
S
Schneier on Security
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Attack and Defense Labs
Attack and Defense Labs
云风的 BLOG
云风的 BLOG
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
C
Cybersecurity and Infrastructure Security Agency CISA
NISL@THU
NISL@THU
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
Latest news
Latest news
S
Secure Thoughts
Project Zero
Project Zero
MongoDB | Blog
MongoDB | Blog
I
Intezer
Security Latest
Security Latest
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
N
Netflix TechBlog - Medium
V2EX - 技术
V2EX - 技术
量子位
T
Threatpost
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
T
Tor Project blog
A
Arctic Wolf
Microsoft Security Blog
Microsoft Security Blog
T
The Exploit Database - CXSecurity.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
博客园 - Franky
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
The GitHub Blog
The GitHub Blog
L
LINUX DO - 热门话题

博客园 - 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