Hello,
I convert the project visual studio & the crystal reports to Version 10
but the server has the old version so i have to add the old references
IT show the report but i'm having a problem on printing and engine issue
Crystal Report Bar Engine :
Server message :
Local message :
Server Error in '/' Application.
--------------------------------------------------------------------------------
HTTP Error 404 - Not Found.
--------------------------------------------------------------------------------
Version Information: ASP.NET Development Server 10.0.0.0
Tried :
-- Re install the Crystal Report 10 .
-- Delete all Crystal Report references and add it again .
-- Clean the Solution , remove the references and add it again .
(~ latest result (current status):
I realized that i have install CRforVS_13_0_2
that have the package CRRuntime_64bit_13_0_2.msi
and my computer is 32-bit operating system .. so i install CRRuntime_32bit_13_0_2.msi
and it finished the installation unlike CRRuntime_64bit_13_0_2.msi
.. but the problem with Business Objects still there as it shown in the "Crystal Report Bar Engine " image . ~)
Note : If i add the new references of crystal report ,it sure work on the local but not on
the server . So i have to work with the old references.
HELP .
OK ,
( ~ If the server has the older version, then you have to make your framework
&
Crystal Reports
References compatible with the server sittings . ~ )
So in my case i changed all of my projects framework to framework 3.5
and all my
Crystal Reports
References to version 10.5.3700.0
. And still using the 2010 Visual Studio .
IT is working fine now . Thanks for helping guys .