How to deploy a Visual Studio 2012 Windows Form application which uses Crystal Reports in another machine -
i have created c# windows forms application in visual studio 2012 (and sql server 2012) reports using sap crystal reports. have used 'crforvs_13_0_12.exe' (crystal reports development vs 2012) in development computer (windows 8 | .net 4.5 | 64-bit). , worked in debugging mode.
then made setup.exe of software deploy in computer (windows 7 | .net 4.5.2 installed explicitly | 64-bit). in computer, have installed crystal reports runtime 'crruntime_64bit_13_0_12.msi'.
when install , run application in deployed computer, works fine including crud operations database, except reports. when try view report, gives me following exception:
please me solve me problem. thank you!
you missing actual crystal report file on target machine
Comments
Post a Comment