Connecting Tech Pros Worldwide Forums | Help | Site Map

Deploying Interop DAO Errors

Paul Engel
Guest
 
Posts: n/a
#1: Jul 10 '07
I have a VB 2005 program that must use DAO. I have it running on my system
using Interop. When I deploy it, I get the following message on the local
PC:

System.Runtime.InteropServices.COMException (0x80040112): Creating an
instance of the COM component with CLSID
{00000010-0000-0010-8000-00AA006D2EA4} from the IClassFactory failed due to
the following error: 80040112.



I have done some research on this, and the postings I see suggest installing
MDAC 2.8 to solve this problem. Trouble is, the PC is WinXP Pro, and when I
attempt the MDAC 2.8 install, of course, it lets me know that MDAC is not
necessary since it's functionality is inlcuded in XP.



Does anyone know another work-around for this error?



Cor Ligthert [MVP]
Guest
 
Posts: n/a
#2: Jul 11 '07

re: Deploying Interop DAO Errors


Paul,

You know that there is a newsgroup
microsoft.public.dotnet.languages.vb.data
Bill Vaughn is active there, I am sure you can get your one of your best
answer there.,

Cor

"Paul Engel" <paul.engel@vebridge.comschreef in bericht
news:OvOoYdzwHHA.1852@TK2MSFTNGP04.phx.gbl...
Quote:
>I have a VB 2005 program that must use DAO. I have it running on my system
>using Interop. When I deploy it, I get the following message on the local
>PC:
>
System.Runtime.InteropServices.COMException (0x80040112): Creating an
instance of the COM component with CLSID
{00000010-0000-0010-8000-00AA006D2EA4} from the IClassFactory failed due
to the following error: 80040112.
>
>
>
I have done some research on this, and the postings I see suggest
installing MDAC 2.8 to solve this problem. Trouble is, the PC is WinXP
Pro, and when I attempt the MDAC 2.8 install, of course, it lets me know
that MDAC is not necessary since it's functionality is inlcuded in XP.
>
>
>
Does anyone know another work-around for this error?
>
>

Paul Engel
Guest
 
Posts: n/a
#3: Jul 11 '07

re: Deploying Interop DAO Errors


Thanks. I'll give it a try.

"Cor Ligthert [MVP]" <notmyfirstname@planet.nlwrote in message
news:O%23kr1Q3wHHA.484@TK2MSFTNGP06.phx.gbl...
Quote:
Paul,
>
You know that there is a newsgroup
microsoft.public.dotnet.languages.vb.data
Bill Vaughn is active there, I am sure you can get your one of your best
answer there.,
>
Cor
>
"Paul Engel" <paul.engel@vebridge.comschreef in bericht
news:OvOoYdzwHHA.1852@TK2MSFTNGP04.phx.gbl...
Quote:
>>I have a VB 2005 program that must use DAO. I have it running on my system
>>using Interop. When I deploy it, I get the following message on the local
>>PC:
>>
>System.Runtime.InteropServices.COMException (0x80040112): Creating an
>instance of the COM component with CLSID
>{00000010-0000-0010-8000-00AA006D2EA4} from the IClassFactory failed due
>to the following error: 80040112.
>>
>>
>>
>I have done some research on this, and the postings I see suggest
>installing MDAC 2.8 to solve this problem. Trouble is, the PC is WinXP
>Pro, and when I attempt the MDAC 2.8 install, of course, it lets me know
>that MDAC is not necessary since it's functionality is inlcuded in XP.
>>
>>
>>
>Does anyone know another work-around for this error?
>>
>>
>
>

Closed Thread