PDA

Click to See Complete Forum and Search --> : Help with Package and Deployment


cometburn
Feb 11th, 2008, 06:38 PM
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.

isnoend07
Feb 11th, 2008, 07:04 PM
First place to look is the Setup.Lst file
See if your files are all there especially the DLLSelfRegister files

cometburn
Feb 11th, 2008, 07:08 PM
What files do i need?

isnoend07
Feb 11th, 2008, 07:27 PM
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
File17=@RICHTX32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/9/04 12:00:00
You will need something that refers to Crystal Reports.

cometburn
Feb 11th, 2008, 07:44 PM
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?

isnoend07
Feb 11th, 2008, 07:52 PM
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

cometburn
Feb 11th, 2008, 08:47 PM
No good. still it displays the error..

MartinLiss
Feb 11th, 2008, 09:14 PM
Moved.

randem
Feb 13th, 2008, 12:53 AM
You need to deploy the Crystal Report Merge Modules...

MartinLiss
Feb 13th, 2008, 10:39 AM
You might also look for references to Inno and Inno Script in this forum.