Cannot load file or assembly 'crystal decisions.windows.forms,version=13.0.2000.0'

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-10 02:49:08

问题


I'm working on windows application. In this I designed Report module. I get error whenever I wanted to view report in Windows 7, Windows XP & Windows Vista, but it works in Windows 8.

Following steps I took before deploying setup

  1. I installed .NET Framework 4 in Windows XP & .NET Framework 4.5 in Windows 7
  2. I installed CRforVS_13_0_2 but its through error message like

You must already have Visual Studio 2010 installed to proceed with this installation. and
SAP Crystal Reports version for Visual studio 2010 installation ended prematurely because of an error.

  1. Then I installed my project setup (while creating setup manually I included all crystal report assemblies), logged in and went to Report Menu, on click to open preview of Crystal Report its through error message like

Cannot load file or assembly 'crystal decisions.windows.forms,version=13.0.2000.0,culture=neutral,Public keytoken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

Please guide me the how to resolve this issue.


回答1:


You haven't correctly installed the required Crystal Reports Assembly, you have to install the Runtime of Crystal Reports on each client machine not the version for VS, it won't work just by copying the assmblies along with your application.

You can get the correct installers from SAP directly, maybe you will be required to create a free account.32Bit 64Bit

Regards,



来源:https://stackoverflow.com/questions/15130508/cannot-load-file-or-assembly-crystal-decisions-windows-forms-version-13-0-2000

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!