Retrieving the COM class...

Hello all,

In my Asp.net application I use Dcom object to retrieve some data.
To configure it I checked : "Enable COM Internet Services on this computer
and" and add the user ASP.NET to COM security.
At one of the test computers I get the error : "Retrieving the COM class
factory for component with CLSID...failed due to the following error".
Do I have to configre somthing else? What can be the problem?

Thanks
zion [ So, 27 Januar 2008 19:55 ] [ ID #1917174 ]

Re: Retrieving the COM class...

You'd need to register the type so that it is available for interop, unless
it is a self-registering type.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------



"zion" <zionz [at] msn.com> wrote in message
news:uuZP7YRYIHA.3696 [at] TK2MSFTNGP03.phx.gbl...
> Hello all,
>
> In my Asp.net application I use Dcom object to retrieve some data.
> To configure it I checked : "Enable COM Internet Services on this computer
> and" and add the user ASP.NET to COM security.
> At one of the test computers I get the error : "Retrieving the COM class
> factory for component with CLSID...failed due to the following error".
> Do I have to configre somthing else? What can be the problem?
>
> Thanks
>
>
Alvin Bruney [ Mo, 28 Januar 2008 17:22 ] [ ID #1917904 ]

Re: Retrieving the COM class...

What do mean "register the type so that it is available for interop..."?

"Alvin Bruney [ASP.NET MVP]" <www.lulu.com/owc> wrote in message
news:37D36664-A07E-404B-B389-02FC749CAD65 [at] microsoft.com...
> You'd need to register the type so that it is available for interop,
> unless it is a self-registering type.
>
> --
>
> Regards,
> Alvin Bruney [MVP ASP.NET]
>
> [Shameless Author plug]
> The O.W.C. Black Book, 2nd Edition
> Exclusively on www.lulu.com/owc $19.99
> -------------------------------------------------------
>
>
>
> "zion" <zionz [at] msn.com> wrote in message
> news:uuZP7YRYIHA.3696 [at] TK2MSFTNGP03.phx.gbl...
>> Hello all,
>>
>> In my Asp.net application I use Dcom object to retrieve some data.
>> To configure it I checked : "Enable COM Internet Services on this
>> computer
>> and" and add the user ASP.NET to COM security.
>> At one of the test computers I get the error : "Retrieving the COM class
>> factory for component with CLSID...failed due to the following error".
>> Do I have to configre somthing else? What can be the problem?
>>
>> Thanks
>>
>>
>
zion [ Mo, 28 Januar 2008 21:49 ] [ ID #1917947 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Retrieving the COM class...

Vorheriges Thema: How tell if formview has no data?
Nächstes Thema: "Bridge" CSS Classes?