PDA

Click to See Complete Forum and Search --> : Crystal Report..


krish06
Nov 1st, 2007, 04:26 AM
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

Hack
Nov 1st, 2007, 06:32 AM
Moved to reporting

RobDog888
Nov 1st, 2007, 02:50 PM
You need to register th query engine dll.

regsvr32 "C:\Program Files\Common
Files\Crystal Decisions\2.0\bin\crqe.dll"

krish06
Nov 11th, 2007, 09:37 PM
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...

RobDog888
Nov 11th, 2007, 11:54 PM
Did you restart VS? Try a reboot?

krish06
Nov 12th, 2007, 07:38 PM
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..

RobDog888
Nov 12th, 2007, 07:51 PM
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.