VS2005 水晶報表在時部署時遇到的問題
來源:懂視網
責編:小采
時間:2020-11-27 22:43:33
VS2005 水晶報表在時部署時遇到的問題
VS2005 水晶報表在時部署時遇到的問題:Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 800736b1. Description: An unhandled exception occurred during the execution of the current web request. Plea
導讀VS2005 水晶報表在時部署時遇到的問題:Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 800736b1. Description: An unhandled exception occurred during the execution of the current web request. Plea

Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 800736b1.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 800736b1.
在網上找資料,發現很多人提出了問題,但是解決的方法好像很少,我最后是看到的資料是說需要Crystal Reports 合并模塊,我當時看的很迷茫,什么叫合并模塊,查了資料,MSDN上是這樣描述的,合并模塊是確保與應用程序一起安裝的報表組件和組件版本的正確性,Crystal Reports 合并模塊必須包含在安裝項目中才能用來部署報表。這些合并模塊位于以下默認位置:C:\Program Files\Common Files\Merge Modules。
可從 http://www.businessobjects.com/products/dev_zone/net/2005.asp/ 下載用于 Crystal Reports for Visual Studio 2005 的合并模塊。
計算機類型 |
項目類型 |
所需的合并模塊 |
32 位 |
Windows 應用程序/網站 |
CrystalReportsRedist2005_X86.msm |
x64 |
Windows 應用程序/網站 |
CrystalReportsRedist2005_X64.msm |
IA64 |
Windows 應用程序/網站 |
CrystalReportsRedist2005_IA64.msm |
當時我郁悶,因為我安裝過這個模塊的CrystalReportsRedist2005_X86.msm ,但是還是報這個錯,后來我把這個卸載了重新安裝了下,問題解決。我想起似乎是第一次安裝這個模塊的時候好像報過個什么錯,當時選擇了忽略了這個錯誤,可能就是這樣沒安裝成功,所以有了錯誤。
希望我的經歷對大家有所幫助。謝謝。
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
VS2005 水晶報表在時部署時遇到的問題
VS2005 水晶報表在時部署時遇到的問題:Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50} failed due to the following error: 800736b1. Description: An unhandled exception occurred during the execution of the current web request. Plea