|
-
Feb 24th, 2005, 09:41 PM
#1
Thread Starter
Junior Member
How to make a package in VB 6.0
I want make a package from VB 6 but error with error message :
"Automation Error
The object invoked has disconnected from its clients"
-
Feb 24th, 2005, 10:31 PM
#2
Re: How to make a package in VB 6.0
Welcome to the Forums.
What utility are you using to create your package and what are your references in your project?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 28th, 2005, 02:05 AM
#3
Thread Starter
Junior Member
Re: How to make a package in VB 6.0
I use tools from Visual Studio 6.0 Tools (Package and Deployment wizard).
-
Feb 28th, 2005, 02:17 AM
#4
Thread Starter
Junior Member
Re: How to make a package in VB 6.0
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
-
Feb 28th, 2005, 02:24 AM
#5
Re: How to make a package in VB 6.0
ninajr,
Is this error from your app or the PDW?
-
Mar 13th, 2005, 09:19 PM
#6
Thread Starter
Junior Member
Re: How to make a package in VB 6.0
My app or Pdw doesn't error. I just can't make a package for my application.
-
Mar 13th, 2005, 11:11 PM
#7
Re: How to make a package in VB 6.0
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???
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 16th, 2005, 10:24 PM
#8
Thread Starter
Junior Member
Re: How to make a package in VB 6.0
-
Mar 16th, 2005, 10:40 PM
#9
Re: How to make a package in VB 6.0
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 21st, 2005, 05:50 AM
#10
Thread Starter
Junior Member
Re: How to make a package in VB 6.0
I have make a package for another application and it's working. But for this application, always error.
-
Mar 21st, 2005, 01:19 PM
#11
Re: How to make a package in VB 6.0
Are you using any non-english fonts in your app?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 27th, 2005, 09:46 PM
#12
Thread Starter
Junior Member
Re: How to make a package in VB 6.0
I am using a standard font from windows. Can this problem happen cause my reports (use crystal report) is outside from my application.
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
|