From: Stan on 29 Mar 2010 17:03 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 my project. Previous Posts In This Thread: On Monday, October 27, 2008 1:10 PM Michel Posseth [MCP] wrote: Hello Colin ? 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(a)hotmail.com> schreef in bericht news:a26617de-a2cb-489b-8396-a217a04a6053(a)c60g2000hsf.googlegroups.com... On Thursday, October 30, 2008 6:44 AM cmdolcet69 wrote: 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. Submitted via EggHeadCafe - Software Developer Portal of Choice SharePoint Video Library Template Available For Download http://www.eggheadcafe.com/tutorials/aspnet/223c6e57-f81f-44b3-ab05-5995f2b0ab63/sharepoint-video-library.aspx
From: Cor Ligthert[MVP] on 30 Mar 2010 03:09 Yes the component, but you have to make of course your own components "Stan Steliga" wrote in message news:20103291738ssteliga(a)neiep.org... > 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 my > project. > > Previous Posts In This Thread: > > On Monday, October 27, 2008 1:10 PM > Michel Posseth [MCP] wrote: > > Hello Colin ? > 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(a)hotmail.com> schreef in bericht > news:a26617de-a2cb-489b-8396-a217a04a6053(a)c60g2000hsf.googlegroups.com... > > On Thursday, October 30, 2008 6:44 AM > cmdolcet69 wrote: > > 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. > > > Submitted via EggHeadCafe - Software Developer Portal of Choice > SharePoint Video Library Template Available For Download > http://www.eggheadcafe.com/tutorials/aspnet/223c6e57-f81f-44b3-ab05-5995f2b0ab63/sharepoint-video-library.aspx
From: Michel Posseth [MCP] on 1 Apr 2010 15:19 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 "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> schreef in bericht news:OiKUlf9zKHA.6124(a)TK2MSFTNGP02.phx.gbl... > Yes the component, but you have to make of course your own components > > "Stan Steliga" wrote in message news:20103291738ssteliga(a)neiep.org... >> 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 my >> project. >> >> Previous Posts In This Thread: >> >> On Monday, October 27, 2008 1:10 PM >> Michel Posseth [MCP] wrote: >> >> Hello Colin ? >> 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(a)hotmail.com> schreef in bericht >> news:a26617de-a2cb-489b-8396-a217a04a6053(a)c60g2000hsf.googlegroups.com... >> >> On Thursday, October 30, 2008 6:44 AM >> cmdolcet69 wrote: >> >> 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. >> >> >> Submitted via EggHeadCafe - Software Developer Portal of Choice >> SharePoint Video Library Template Available For Download >> http://www.eggheadcafe.com/tutorials/aspnet/223c6e57-f81f-44b3-ab05-5995f2b0ab63/sharepoint-video-library.aspx >
From: Michel Posseth [MCP] on 1 Apr 2010 15:25 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 :-) "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> schreef in bericht news:OiKUlf9zKHA.6124(a)TK2MSFTNGP02.phx.gbl... > Yes the component, but you have to make of course your own components > > "Stan Steliga" wrote in message news:20103291738ssteliga(a)neiep.org... >> 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 my >> project. >> >> Previous Posts In This Thread: >> >> On Monday, October 27, 2008 1:10 PM >> Michel Posseth [MCP] wrote: >> >> Hello Colin ? >> 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(a)hotmail.com> schreef in bericht >> news:a26617de-a2cb-489b-8396-a217a04a6053(a)c60g2000hsf.googlegroups.com... >> >> On Thursday, October 30, 2008 6:44 AM >> cmdolcet69 wrote: >> >> 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. >> >> >> Submitted via EggHeadCafe - Software Developer Portal of Choice >> SharePoint Video Library Template Available For Download >> http://www.eggheadcafe.com/tutorials/aspnet/223c6e57-f81f-44b3-ab05-5995f2b0ab63/sharepoint-video-library.aspx >
|
Pages: 1 Prev: DateTimePicker Minimum and Maximum Values Next: container for tables & queries in VB.NET 2008 |