Since last couple years we have been using Crystal Reports 9 as our reporting tool with applications developed in VB6. Recently we deployed a new Staging server just to find out that we couldn't make CR 9 work on it. No matter how many DLLs we installed/uninstalled, the crystal report viewer would not load. I called up Business Objects Support, once again just to find out that they do not support CR 9 anymore.
I finally made the call to upgrade our reporting tool to Crystal Reports XI version. To all of you out there wanting to upgrade your CR9, I would suggest you upgrade to CR XI and CR 10 as I have heard (rumors) that support to CR 10 ends December 2007. I had to go around in a circle to get somebody to tell me a short and simple process to upgrade from CR 9 to CR XI. I got it and found it very useful so here I share it with you! If you find it useful let me know!
What you will need:
Crystal Reports XI, Developer Edition (to develop and integrate with VB6 / .NET application)
VB6 environment
EmptyInstaller.msi (obtain this from Business Objects customer service or email me and I can provide one - it is 56 mb)
What to do:
1. Install Crystal Reports XI, Developer Edition in your development environment.
2. Open your existing reports and re-save them with the same name with CR XI.
3. In your applications, include a reference to 'Crystal Reports ActiveX Designer Runtime Library 11.0'
4. In your applications, add 'Crystal ActiveX Report Viewer Library 11' control
Ready to Roll!
How to Deploy:
1. Install EmptyInstaller.msi on your deployment server (doing so will get you all the required DLLs and register them properly)
2. Deploy your Application(s) and report(s)
You are all set to use the CR XI!!
Note: For more pro help, refer to the documents on http://www.businessobjects.com
I finally made the call to upgrade our reporting tool to Crystal Reports XI version. To all of you out there wanting to upgrade your CR9, I would suggest you upgrade to CR XI and CR 10 as I have heard (rumors) that support to CR 10 ends December 2007. I had to go around in a circle to get somebody to tell me a short and simple process to upgrade from CR 9 to CR XI. I got it and found it very useful so here I share it with you! If you find it useful let me know!
What you will need:
Crystal Reports XI, Developer Edition (to develop and integrate with VB6 / .NET application)
VB6 environment
EmptyInstaller.msi (obtain this from Business Objects customer service or email me and I can provide one - it is 56 mb)
What to do:
1. Install Crystal Reports XI, Developer Edition in your development environment.
2. Open your existing reports and re-save them with the same name with CR XI.
3. In your applications, include a reference to 'Crystal Reports ActiveX Designer Runtime Library 11.0'
4. In your applications, add 'Crystal ActiveX Report Viewer Library 11' control
Ready to Roll!
How to Deploy:
1. Install EmptyInstaller.msi on your deployment server (doing so will get you all the required DLLs and register them properly)
2. Deploy your Application(s) and report(s)
You are all set to use the CR XI!!
Note: For more pro help, refer to the documents on http://www.businessobjects.com
Comments