HighTechTalks DotNet Forums  

I want to setup DCOM from .Net Assembly

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss I want to setup DCOM from .Net Assembly in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
IMRAN SAROIA
 
Posts: n/a

Default I want to setup DCOM from .Net Assembly - 05-05-2004 , 11:18 PM






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
  #2  
Old   
Damir Dobric
 
Posts: n/a

Default RE: I want to setup DCOM from .Net Assembly - 05-09-2004 , 12:06 PM






Hi
assuming you are implementing a kind of distributed application I would propose you think about following solution
If your interop component works properly, why don’t you think about .NET remoting?
Your existing COM component invokes indirectly through the framework corresponding .NET base assembly. Let’s call it A1.
I would make the new .NET remoting object in some new assembly called A2. Then implement remoting calls from A1 to A2

I am not quite sure, that is exactly scenario you need, but it will work. Once you are in the fine world of .NET (assembly A1) you can do what ever you want. You can even implement the communication based on the web service or to choose proper remoting formatter etc

DD

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.