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

VS2005 水晶報(bào)表在時(shí)部署時(shí)遇到的問題

 更新時(shí)間:2010年02月08日 10:09:31   作者:  
前幾天在服務(wù)器上部署一個(gè)B/S程序的時(shí)候,程序中的水晶報(bào)表部分出了些問題,報(bào)錯(cuò):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.

       在網(wǎng)上找資料,發(fā)現(xiàn)很多人提出了問題,但是解決的方法好像很少,我最后是看到的資料是說需要Crystal Reports 合并模塊,我當(dāng)時(shí)看的很迷茫,什么叫合并模塊,查了資料,MSDN上是這樣描述的,合并模塊是確保與應(yīng)用程序一起安裝的報(bào)表組件和組件版本的正確性,Crystal Reports 合并模塊必須包含在安裝項(xiàng)目中才能用來部署報(bào)表。這些合并模塊位于以下默認(rèn)位置:C:\Program Files\Common Files\Merge Modules。

可從 http://www.businessobjects.com/products/dev_zone/net/2005.asp/ 下載用于 Crystal Reports for Visual Studio 2005 的合并模塊。

 

計(jì)算機(jī)類型 項(xiàng)目類型 所需的合并模塊
32 位 Windows 應(yīng)用程序/網(wǎng)站
  • CrystalReportsRedist2005_X86.msm
x64 Windows 應(yīng)用程序/網(wǎng)站
  • CrystalReportsRedist2005_X64.msm
IA64 Windows 應(yīng)用程序/網(wǎng)站
  • CrystalReportsRedist2005_IA64.msm

       當(dāng)時(shí)我郁悶,因?yàn)槲野惭b過這個(gè)模塊的CrystalReportsRedist2005_X86.msm ,但是還是報(bào)這個(gè)錯(cuò),后來我把這個(gè)卸載了重新安裝了下,問題解決。我想起似乎是第一次安裝這個(gè)模塊的時(shí)候好像報(bào)過個(gè)什么錯(cuò),當(dāng)時(shí)選擇了忽略了這個(gè)錯(cuò)誤,可能就是這樣沒安裝成功,所以有了錯(cuò)誤。

      希望我的經(jīng)歷對大家有所幫助。謝謝。

相關(guān)文章

最新評論