Using the Package and Deployment Wizard, I get an error "Unexpected error number 80004005 has occurred: Automation Error Unspecified Error". I am using VB6.0 for 32-bit. Any ideas is greatly appreciated.
Have you performed a full project compile before using the wizard? Perhaps you have an undeclared variable.
In addition, have you created the exe before using the wizard? (Creating the exe does a full compile of the program unless you have groups, then a group compile is required).
Also, what version of windows are you using and does your VB6 environment have the latest service packs?
Thanks Bluejay07....
I've installed SP6. I tried compiling by File > Make .exe and got a "Compile Error: function not defined" on PECloseEngine. I have not made changes to the code and just wanted to see if it will compile before any changes. Here's the function in error:
Function RunCrystalReport(reportName As String, WindowTitle As String) As Integer
'********************************************************************************
'* open a window and display a report using the crystal report print engine
'********************************************************************************
Dim pathandfile As String
'open the crystal reports print engine
PECloseEngine
Handle& = PEOpenEngine
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.