Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I wated to create DCOM server using Visual Studio 2010. Is it possilbe? This question I am asking because when I use ATL Project in new project wizard, ServerModule class does not have methods like, Install,Init etc.. nor it is inherited from 'CComModule'. Can I achive using ATL wizard or there is some other way?

I have spend good amount of time Googling for this, but not got good solution.

Thanks in advance.
Posted

1 solution

you certainly can, as long as you're not using the Express edition

Any COM object can be made DCOM'able with ATL - use APPIDs to configure that

Security will be your biggest problem - DCOM Security Enhancments[^]

AppID Info - C# COM Interop, try to access remote server gets access denied exception[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900