|
-
Aug 29th, 2006, 06:32 AM
#1
Thread Starter
Frenzied Member
package and deployment wizard error
Hello
I was trying to create a package using the Package and Deployment Wizard and i am getting the error
Unexpected error number 80004005 has occurred: Automation error
Unspecified error"
can you guys tell me what am i doing wrong?
-
Aug 29th, 2006, 07:43 AM
#2
Re: package and deployment wizard error
-
Aug 29th, 2006, 07:45 AM
#3
Re: package and deployment wizard error
The error code is very descriptive 
-2147467259 (80004005) Unspecified error.
Can you describe the steps you are performing on your project?
Moved
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 
-
Aug 29th, 2006, 08:18 AM
#4
Thread Starter
Frenzied Member
Re: package and deployment wizard error
thanks for the replies
i included the package and deployment wizard through the add-in manager (add-ins--> add-in manager --> package and deployment wizard) and then clicked on the package and deployment wizard (which appears in the add-ins drop down list)
and i got the error 80004005 
is 80004005 the same as -214746759?
-
Oct 21st, 2006, 01:46 PM
#5
New Member
Re: package and deployment wizard error
Did anyone ever find a resolution for this problem "Unexpected error number 80004005"
I have the same error and I am having a heck of a time finding a resolution. The error is occuring while the code is being compiled.
Is there any type of debug flag that can be turned on during the compile? Is there a log file that is generated that will at-least give me a clue to what is causing this?
I suspect there is a coding error in one of the programs within my project but so far I have not found it and all of my testing of the code itself produces no errors.
-
Oct 21st, 2006, 10:10 PM
#6
New Member
Re: package and deployment wizard error
Can you elaborate a little more on what you mean by changed the installer package?
-
Oct 21st, 2006, 10:52 PM
#7
Re: package and deployment wizard error
Switch from PDW to Inno Setup or another installer package. Check the FAQ's for more info.
-
Oct 22nd, 2006, 03:14 AM
#8
Re: package and deployment wizard error
@Randem, The solution to all installation problems is not always "switch to this installer". 
You need to use whats best for your situation and project needs.
@vb_student, This is more then likely a VB 6 error that may be resolved by reinstalling VB 6 and VS SP6. 
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 
-
Oct 23rd, 2006, 07:53 AM
#9
New Member
Re: package and deployment wizard error
Well I found the solution to my problem. I selected Debug> Full Compile and it pointed out my programming error with ended up being a undeclared variable.
-
Oct 23rd, 2006, 12:53 PM
#10
Re: package and deployment wizard error
OK, Why are you not using Option Explicit in all your modules, forms and classes? That would solve that problem before it occurs...
-
Oct 23rd, 2006, 08:01 PM
#11
Fanatic Member
Re: package and deployment wizard error
@Goldwings98SE and vb_student
next time when you get an unspecified error with PDW, just press CTRL+F5 and it will take you straight to the error.
Last edited by modpluz; Oct 23rd, 2006 at 08:09 PM.
-
Oct 24th, 2006, 02:06 PM
#12
Re: package and deployment wizard error
In VB CTRL+F5 means "run with full compile" so what does it have to do with the P&DW remains a mystery to me...
-
Oct 25th, 2006, 07:48 PM
#13
Fanatic Member
Re: package and deployment wizard error
 Originally Posted by RhinoBull
In VB CTRL+F5 means "run with full compile" so what does it have to do with the P&DW remains a mystery to me...
yes(i'm not saying it has anything to do with PDW) but it takes you to the error with the program(even the slightest error).
for ex in the case of PDW throwing up an unspecified error(unspecified error doesn't make any sense because you don't know what the error is).
so by pressing CTRL+F5 it shows you the error one after the other.
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
|