Help with Package and Deployment
I have this project using VB6 and Crystal Reports 11..
I used package and deployment wizard to create a set-up of the project. No problems during the packaging of the project. but when i tried to install it on other computer. something like DLL's are missing or failed to register some DLL's name.
Does anybody know what should i do with this? the DLL's?
Please help me guys..
Thanks a lot.
Re: Help with Package and Deployment
First place to look is the Setup.Lst file
See if your files are all there especially the DLLSelfRegister files
Re: Help with Package and Deployment
Re: Help with Package and Deployment
Quote:
Originally Posted by cometburn
What files do i need?
You will see all the bootstrap files and your .exe
If you don't have any other ocx's then i would look for the Crytsal reports ocx
I don't use it, so i don't know its name, maybe somebody else will know.
Here is a typical ocx in the setup.lst
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),3/9/04 12:00:00
You will need something that refers to Crystal Reports.
Re: Help with Package and Deployment
Did that... works fine..
another problem came up after installation of the package.
it says: Runtime error 713: Application-defined or object-defined error.
Familiar with this one?
Re: Help with Package and Deployment
Quote:
Originally Posted by cometburn
Did that... works fine..
another problem came up after installation of the package.
it says: Runtime error 713: Application-defined or object-defined error.
Familiar with this one?
Check this link:
http://support.microsoft.com/kb/248055
Re: Help with Package and Deployment
No good. still it displays the error..
Re: Help with Package and Deployment
Re: Help with Package and Deployment
You need to deploy the Crystal Report Merge Modules...
Re: Help with Package and Deployment
You might also look for references to Inno and Inno Script in this forum.