Registered COM error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cmdolcet69

    Registered COM error

    Whenever I start my program up from vb 2005 i get the following error :
    80040154 with the error code {09DAFAE2-8EB0-11D2-8E5D-00A02415E90F}
    it has to do with a DYMO printer i n just added code to for my
    project.

  • Michel Posseth  [MCP]

    #2
    Re: Registered COM error


    Hello Colin ?


    The error you describe , is a comon error for COM classes that are not
    registred in the registry
    so first of all make sure you have enough local registry permissions when
    installing the product that contains the COM class (local admin )
    and see what happens if you reinstall the product .

    If this doesn`t solve the problem you might want to register the class by
    hand with regsvr32.exe


    HTH

    Michel


    "cmdolcet69 " <colin_dolcetti @hotmail.comsch reef in bericht
    news:a26617de-a2cb-489b-8396-a217a04a6053@c6 0g2000hsf.googl egroups.com...
    Whenever I start my program up from vb 2005 i get the following error :
    80040154 with the error code {09DAFAE2-8EB0-11D2-8E5D-00A02415E90F}
    it has to do with a DYMO printer i n just added code to for my
    project.
    >

    Comment

    Working...