2014-09-25 84 views
0

我正在開發一個項目,當我將項目部署到Windows 7工作站時,系統提示出現此錯誤消息。任何幫助是非常歡迎和好評。謝謝Crystal Reports 13未處理的異常

Unhandled exception has occurred in your application. If you click Continue, the application will  ignore this error and attempt to continue. If you click QUIT, the application will close prematurely. 

An error occured creating the form. See Exception.InnerException for details. The error is: Method not found: 'Void CrystalDecisions.Windows.Forms.CrystalReportViewer.set_SHowCopyButton(Boolean)'. 
+0

此解決方案對您有幫助嗎? http://stackoverflow.com/questions/23963275/system-missingmethodexception-method-not-found-crystal-reports – Vache 2014-09-25 13:37:41

+0

我卸載並安裝了最新版本,但仍然發生了同樣的問題。 – user3916571 2014-09-26 01:37:14

+0

您可以提供有關您安裝的64位或32位版本的CR的更多詳細信息。 – aMazing 2014-09-26 01:57:52

回答

0

如果你正在做一個報告,其中32位機器,你應該嘗試使用該軟件的32位版本。在32位和64位應用程序之間共享文件時,兩者之間可能存在一些不兼容問題,這是一個常見問題。這並不是說這是唯一可能的問題,但無論如何這是一個不錯的猜測。

您還可以確保您已安裝了CR的所有依賴項。像Visual Studio可再發行組件和VB \ C++可再發行組件。另外,確保所有的依賴關係都是32位的,儘管我的理解是這發生在32位機器上。