当前位置:编程学习 > C#/ASP.NET >>

vs2010开发的水晶报表 放到2003服务器上出现的问题

Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E). 
堆栈信息:
[FileNotFoundException: Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).]
   CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +224

[TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]
   CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +64
   CrystalDecisions.ReportSource.CachedReport.get_ReportDocument() +54
   CrystalDecisions.Web.CrystalReportSource.set_Report(Report value) +276
   ASP.default_aspx.__BuildControlCrystalReportSource1() +299
   ASP.default_aspx.__BuildControlform1() +794
   ASP.default_aspx.__BuildControlTree(default_aspx __ctrl) +350
   ASP.default_aspx.FrameworkInitialize() +98
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +72
   System.Web.UI.Page.ProcessRequest() +119
   System.Web.UI.Page.ProcessRequest(HttpContext context) +167
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +597
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266
求高手解答 --------------------编程问答-------------------- 发布的.net框架版本与IIS配置是否一致! --------------------编程问答-------------------- 晕 一样的   提示的错误似乎是组件未注册,是调用sap接口函数的时候抛出的异常信息 --------------------编程问答-------------------- 是不是.net版本不一致?
补充:.NET技术 ,  .NET Framework
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,