skofroth@hotmail.com
************************************************** **
************************************************** **
PROBLEMS WITH RUNNING CRXI R2 IN VISUAL STUDIO 2005
************************************************** **
************************************************** **
Getting Load report failed and/or The Report Application Server failed error message?
************************************************** **
************************************************** **
How I FINALLY (after many days) fixed it.
************************************************** **
Uninstall ANY/every version of crystal and / or Business Objects software
through add/remove programs that may exist on your computer.
Uninstall vs.net 2005 through add/remove programs and all of its components.
Uninstall ANY merge module installations you have done.
The command below, done from the command prompt, will generate
a text file listing all installed, shared dll's that are
listed in the registry (Good for seeing just what is going on
in your system).
REG query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\SharedDLLs >dll.txt
Looking at the dll.txt generated in the step above, you will
notice there are still numerious Business Objects, and/or Crystal reports
dll's registered (Even though everything is uninstalled).
After uninstalling anything/everything dealing with
BO or Crystal, manually delete anything remaining of these two
from Program files, and \program files\common.
Once you manually delete anything/everything dealing with
BO or Crystal, download and run SHAREDLL.
Running sharedll.exe (from a COMMAND PROMPT) will scan the registry for all
registered, shared dll's.
It will check to see if the file (DLL) that is registered actually exists.
If not, you are given the option to delete the entry or DELETE ALL
bad entries.
Once you have deleted all bad registry dll entries, reboot (no big deal deleting these,
cause the files don't exist ANYWAY!).
Reinstall vs.net 2005
Reinstall crystal reports crxir2 developer
Everything now works.