Crystal reports not running on system with .net framework

  • Thread starter Thread starter SivaKumar
  • Start date Start date
S

SivaKumar

Hi All,
I have developed a web application using ASP.NET
which contains crystal reports. The reports are running
fine on my development machine.When i deployed my
application on the production server at the client place,
the server does not have visual studio.Net installed.
But .Net framework is installed on the server.
The entire application runs fine except crystal
reports.Crystal reports are giving error.
Do i need to have visual studio.net installed on the
server to run crystal reports.
please come up with a suggestion/solution.

Regards,
Siva Kumar
 
Hi Siva,
What you can do, is making a setup project with nothing else but the crystal
reports merge modules. I've used Database_Access.msm,
Database_access_enu.msm, Managed.msm,regwiz.msm, VC_CRT.msm, VC_STL.msm.
Which modules you should use, you can check that at the crystaldecisions
site.
Once you created the setup, you can run it on the server.
Hopes this helps.

Mark
 
hi Siva
I have just a small suggestion - it may or may not help u.
Normally, it's not neccessary to install the .NET framework on the server.
You can install just the .NET runtime program which u can get from the
following address:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevfram
ework.asp

(The file is called "Microsoft .NET Framework Version 1.1 Redistributable")
Probably (I'm not sure) it'll have for support for Crystal Reports.


Suraj
 
Back
Top