PC Review


Reply
Thread Tools Rate Thread

DCOM componet from .Net Assembly

 
 
IMRAN SAROIA
Guest
Posts: n/a
 
      6th May 2004
Dear friends,

I have implemented COM componet from .Net Assembly
to be used by my old apps by creating a class and compiling it as an
assembly and also regestring it.

How can we implement the same component as
DCOM?

I have tried "DCOMCNFG.EXE" to setup DCOM.
But My Component does not show up in list.

Please advise

Imran Saroia



 
Reply With Quote
 
 
 
 
Klaus H. Probst
Guest
Posts: n/a
 
      7th May 2004
DCOM only supports DCOM servers. What you did was a simple COM server. VB6
has the ability to create those, but I'm not sure if .NET does.

If you want to access the component remotely you might want to look into
..NET's remoting technology; otherwise you can also use COM+ proxies.

--
Klaus H. Probst, MVP
http://www.vbbox.com/


"IMRAN SAROIA" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dear friends,
>
> I have implemented COM componet from .Net Assembly
> to be used by my old apps by creating a class and compiling it as an
> assembly and also regestring it.
>
> How can we implement the same component as
> DCOM?
>
> I have tried "DCOMCNFG.EXE" to setup DCOM.
> But My Component does not show up in list.
>
> Please advise
>
> Imran Saroia
>
>
>



 
Reply With Quote
 
Valery Pryamikov
Guest
Posts: n/a
 
      7th May 2004
Hi,
The easiest way of doing it is to develop class inherited from
System.EnterpriseServices.ServicedComponent, and register it with server
aplication [assembly:ApplicationActivation(ActivationOption.Server)].

-Valery.

http://www.harper.no/valery


"IMRAN SAROIA" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dear friends,
>
> I have implemented COM componet from .Net Assembly
> to be used by my old apps by creating a class and compiling it as an
> assembly and also regestring it.
>
> How can we implement the same component as
> DCOM?
>
> I have tried "DCOMCNFG.EXE" to setup DCOM.
> But My Component does not show up in list.
>
> Please advise
>
> Imran Saroia
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Din to Componet V's DVI to Componet Adaptor whats best for picture Quality ??? Kate Jackson Video Cards 2 29th Jun 2005 07:18 PM
Din to Componet V's DVI to Componet Adaptor whats best for picture Kate Jackson ATI Video Cards 0 29th Jun 2005 04:08 PM
DCOM access denied attempting to launch a DCOM etc Help!! =?Utf-8?B?Sm9obiBOaXZhcmQ=?= Microsoft Windows 2000 3 2nd Jun 2004 01:00 PM
DCOM: DCOM got error "Overlapped I/O Jeffry Microsoft Windows 2000 Advanced Server 0 13th Feb 2004 12:04 AM
Accessing DCOM components from the code behind pages and using sessions to store DCOM object handles Alex Microsoft ASP .NET 3 2nd Dec 2003 01:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:10 AM.