Retrieving the COM class...

Retrieving the COM class...

am 27.01.2008 19:55:52 von zion

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

Re: Retrieving the COM class...

am 28.01.2008 17:22:38 von Alvin Bruney

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" wrote in message
news:uuZP7YRYIHA.3696@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
>
>

Re: Retrieving the COM class...

am 28.01.2008 21:49:02 von zion

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

"Alvin Bruney [ASP.NET MVP]" wrote in message
news:37D36664-A07E-404B-B389-02FC749CAD65@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" wrote in message
> news:uuZP7YRYIHA.3696@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
>>
>>
>