Results 1 to 13 of 13

Thread: package and deployment wizard error

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    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?

  2. #2

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2005
    Posts
    1,069

    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?

  5. #5
    New Member
    Join Date
    Oct 2006
    Posts
    3

    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.

  6. #6
    New Member
    Join Date
    Oct 2006
    Posts
    3

    Unhappy Re: package and deployment wizard error

    Can you elaborate a little more on what you mean by changed the installer package?

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: package and deployment wizard error

    Switch from PDW to Inno Setup or another installer package. Check the FAQ's for more info.

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  9. #9
    New Member
    Join Date
    Oct 2006
    Posts
    3

    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.

  10. #10
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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...

  11. #11
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    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.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  12. #12

  13. #13
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: package and deployment wizard error

    Quote 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.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width