|
-
Oct 2nd, 2010, 09:25 AM
#1
Thread Starter
Frenzied Member
Missing Dependancy Information
I have used the Package and Deployment Wizard to create an setup file for my project, while create the file i got an window as "MIssing Dependancy Information", saying
"Below is a list of Files for which the Dependency Information could not be found......"
and it list the following files.
craxdrt.dll
craxdui.dll
Excel.EXE
msado21.tlb
MSSTDFMT.DLL
odbccp32.dll
What should i do, Plz Help
-
Oct 2nd, 2010, 12:51 PM
#2
Re: Missing Dependancy Information
-
Oct 2nd, 2010, 03:20 PM
#3
Re: Missing Dependancy Information
MSSTDFMT.DLL is provided along with .DEP information when VB6 is properly installed.
Excel.exe and msado21.tlb cannot be deployed in this manner. The user must buy Excel/Office and you must deploy the MDAC_TYP.exe package if the target system doesn't have ADO installed already. odbccp32.dll is also part of the MDAC package.
craxdrt.dll and craxdui.dll appear to be from some version of Crystal Reports. Meh. This has always been rather funky software and it probably didn't come with .DEP files. You probably need more DLLs than just the two though, which .DEP files would have listed for PDW to know about. You'll need to do separate research if you need to deploy programs using these components.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|