Need a simple CRM and Project Management system?
Check out JobNimbus - CRM for Contractors and Service Professionals.
Check out JobNimbus - CRM for Contractors and Service Professionals.
Deploy Crystal Reports 2008 Run-time on Remote Server
I set up a simple Crystal Reports application in my ASP.NET web project using Visual Studio 2008. Everything ran just fine locally. I tested and was ready to deploy to a remote Windows 2003 Server.
I tried XCopying DLL's to the BIN folder, tried to register Crystal DLL's manually, tried running different Crystal Installers. Nothing worked. Then I found this MSI:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\CRRedist2008_x86.msi
This MSI installs all the necessary files. After running this MSI, everything works fine with no errors.
Popular Articles
Last viewed:
- Fixing Relative Paths in C# ASP.NET When Using Url Rewriting
- C# Free Component to Generate PDF - Convert HTML to PDF
- How to Highlight the Day in the ASP.NET Calendar Control with the SelectedDate Property
- Internationalize / Localize ASP.NET Javascript
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
- Connect to FTP with Mac OS X
Recent comments
- thank you for sharing
1 day 13 hours ago - Great explanation and more questions
2 days 17 hours ago - Insertion of illegal Element:
4 weeks 5 days ago - Insertion of illegal Element: 32
4 weeks 5 days ago - re "But, this will NOT work."
5 weeks 6 days ago - Unable to cast COM object of t
5 weeks 6 days ago - Saved my life
6 weeks 3 hours ago - nice
8 weeks 6 days ago - good article
10 weeks 4 hours ago - windows 2008 server backups
11 weeks 6 days ago

If you have Visual Studio 2008
If you have Visual Studio 2008 installed on your development machine, there is no need to run the MSI because it is already built-in to the IDE for Visual Studio and installed as part of the regular install process.
This MSI is run on the machine where the web site will be deployed because that will (most likely) not have development tools installed on it because it is a production/staging server.
Does one run the msi on the server on
Does one run the msi on the server on which the web site will be deployed, or on the development machine?
Thanks.