欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

VS2005 水晶報表在時部署時遇到的問題

 更新時間:2010年02月08日 10:09:31   作者:  
前幾天在服務器上部署一個B/S程序的時候,程序中的水晶報表部分出了些問題,報錯:Server Error in '/' Application.
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.

       在網上找資料,發(fā)現(xiàn)很多人提出了問題,但是解決的方法好像很少,我最后是看到的資料是說需要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 ,但是還是報這個錯,后來我把這個卸載了重新安裝了下,問題解決。我想起似乎是第一次安裝這個模塊的時候好像報過個什么錯,當時選擇了忽略了這個錯誤,可能就是這樣沒安裝成功,所以有了錯誤。

      希望我的經歷對大家有所幫助。謝謝。

相關文章

最新評論