-
Crystal Report..
Hi friends,
I am getting the following error while opening a report at design time created with VB.net 2003 application.
Error: 'Failed to create the crystal query engine'
Please let me know the resolution or any suggestion to resolve the error.
and i dn't have crystal report separatly in my pc..crystal report already build in .net am i right?
waiting for your valuable reply..
Thanks.
with regards,
Krish
-
Re: Crystal Report..
-
Re: Crystal Report..
You need to register th query engine dll.
regsvr32 "C:\Program Files\Common
Files\Crystal Decisions\2.0\bin\crqe.dll"
-
Re: Crystal Report..
Hi Rob,
Thanks for your quick reply..
but after register also the same error coming..
i dn't know really why???
waiitng for your valuable reply..
with regards,
Krish...
-
Re: Crystal Report..
Did you restart VS? Try a reboot?
-
Re: Crystal Report..
Hi,
Thanks for your reply..
How to reboot??
after i register i just restart pc and open my application again?? is it reboot??
with regards,
Krish..
-
Re: Crystal Report..
Yes, that is rebooting.
Ok, found this out that may apply to your situation. It seems that if you create an install package using the merge modules for CR and install the setup package on the same machine that you do your dev work on, then uninstall that same setup package, it removes all Crystal Reports files from your system, including the ones used by Visual Studio.
Uninstall CR by unchecking the CR option in a modify install mode of VS. Then go back and remodify the install and check the option for installing CR.