[RESOLVED] crviewer.dll not correctly registering
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
Re: crviewer.dll not correctly registering
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;
Re: crviewer.dll not correctly registering
Moved to Application Deployment
Re: crviewer.dll not correctly registering
You are not installing all the dependencies...
Look at Installer Problems especially the area about Crystal Reports
Re: crviewer.dll not correctly registering
so downloading the crystal report addon grabs the dependencies for me?
Re: crviewer.dll not correctly registering
All the dependencies are included in the installations...
Re: crviewer.dll not correctly registering
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
Re: crviewer.dll not correctly registering
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...
Re: crviewer.dll not correctly registering
Ok, so the crystal reports addon just ties into the Inno script builder correct? nothing new needs to be done while creating?
Re: crviewer.dll not correctly registering
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.
Re: [RESOLVED] crviewer.dll not correctly registering
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?
Re: [RESOLVED] crviewer.dll not correctly registering
Is there a particular folder the crviewer.dll needs to be saved to?
Re: [RESOLVED] crviewer.dll not correctly registering
You don't depoly that file as well as any other CR dll's... Didn't you read the link??????