PDA

Click to See Complete Forum and Search --> : [RESOLVED] crviewer.dll not correctly registering


tibor
Nov 15th, 2007, 12:23 PM
Hey all

I used Inno to compile a program because i was having a few issues with the P&D (yea, yea...i know, heh) but while installing the program runs smoothly, one of the clients machines is kicking out this error when trying to access the report viewer:

Component 'crviewer.dll' or one of its dependencies not correctly registered: a file is missing or invalid.

What could be causing this? It seems to work most everywhere else I've installed it so it makes the program work only in certain places.

Thanks,
tibor

tibor
Nov 15th, 2007, 12:24 PM
This is the script for the .dll in the setup if this helps:

Source: c:\program files\common files\crystal decisions\2.5\crystalreportviewers10\activexcontrols\crviewer.dll; DestDir: {cf}\crystal decisions\2.5\crystalreportviewers10\activexcontrols\; Flags: regserver restartreplace sharedfile;

Hack
Nov 15th, 2007, 12:28 PM
Moved to Application Deployment

randem
Nov 15th, 2007, 12:30 PM
You are not installing all the dependencies...

Look at Installer Problems (http://www.***********/installerproblems.html) especially the area about Crystal Reports

tibor
Nov 15th, 2007, 12:42 PM
so downloading the crystal report addon grabs the dependencies for me?

randem
Nov 15th, 2007, 12:45 PM
All the dependencies are included in the installations...

tibor
Nov 15th, 2007, 12:47 PM
ok...just kina weary because they are getting pissed at these installation issues and i have no way to test it on a machine that doesnt have crystal installed

randem
Nov 15th, 2007, 12:51 PM
Sure you do... Download Microsoft's VM Machine (Virtual PC 2007) and you can create a clean system to test your installations. If you create a clean system zip it so that you can return to a clean system status...

tibor
Nov 15th, 2007, 12:58 PM
Ok, so the crystal reports addon just ties into the Inno script builder correct? nothing new needs to be done while creating?

tibor
Nov 15th, 2007, 01:29 PM
thanks for the VM info. Hopefully the broken link on MS website will be repaired soon. That will help me out so much in the future.

tibor
Nov 16th, 2007, 01:20 PM
I know the thread is marked resolved now but I am still receiving the same missing dependency error message even after using the crystal reports addon. any other suggestions?

tibor
Nov 16th, 2007, 01:32 PM
Is there a particular folder the crviewer.dll needs to be saved to?

randem
Nov 16th, 2007, 02:14 PM
You don't depoly that file as well as any other CR dll's... Didn't you read the link??????