Registered COM error

  • Thread starter Thread starter cmdolcet69
  • Start date Start date
C

cmdolcet69

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.
 
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
 
This problem was driving me crazy for a few hours. What I found was that I had version 8.0.1 of the Dymo Software installed. I downloaded the 8.2 version of the Dymo software and all is good now!




cmdolcet69 wrote:

Registered COM error
30-Oct-08

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

Previous Posts In This Thread:

Hello Colin ?
Hello Colin

The error you describe , is a comon error for COM classes that are not
registred in the registr
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.ex

HT

Miche

"cmdolcet69" <[email protected]> schreef in bericht

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


Submitted via EggHeadCafe - Software Developer Portal of Choice
SharePoint Video Library Template Available For Download
http://www.eggheadcafe.com/tutorial...05-5995f2b0ab63/sharepoint-video-library.aspx
 
Cor ,

Did you notice that this was a problem dating back to october 2008 ? ;-)

We could never have solved this for him then as it was obviously a bug in
the dymo software package
or the new setup just registred the component the right way :-)

If i had to wait 2 years for a problem to get solved i would probably loose
my job and for sure i would threw the dymo printer out of the the window

regards

Michel
 
just looked at the dymo site

Current Version: 8.2
Release Date: 2009-10-04

;-)

hey you could have solved your problem a year ago :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top