I want make a package from VB 6 but error with error message :
"Automation Error
The object invoked has disconnected from its clients"
Printable View
I want make a package from VB 6 but error with error message :
"Automation Error
The object invoked has disconnected from its clients"
Welcome to the Forums.
What utility are you using to create your package and what are your references in your project?
I use tools from Visual Studio 6.0 Tools (Package and Deployment wizard).
References that i use:
1. Visual Basic for applications
2. Visual Basic runtime objects and procedures
3. Visual Basic objects and procedures
4. OLE Automation
5. Microsoft DTSPackage Object Library
6. Crystal reports 8.5 activex Data Object 2.5 Library
7. Microsoft scripting runtime
ninajr,
Is this error from your app or the PDW?
My app or Pdw doesn't error. I just can't make a package for my application.
If neither your app or your p&d package doesnt have an error then when are you expeeriencing
the error "Automation Error The object invoked has disconnected from its clients" ? During packaging,
during the installation, during the running of you program???
During packaging.
As a test create a simple vb program, no references or extra control. just a form. Try packaging that and
if it still errors then you may need to re-instal vb or just the utilities.
I have make a package for another application and it's working. But for this application, always error.
Are you using any non-english fonts in your app?
I am using a standard font from windows. Can this problem happen cause my reports (use crystal report) is outside from my application.