C# and RPC Interfaces

C

Carl Woodward

All,

I have an ATL C++ shell extension that communicates with a Win32 service via
a locked down RPC interface.

For a number of reasons, the service is going to be rewritten in C# (.NET
2.0). Is it possible to define the same interface in C# so that the shell
extension will work without modifcation? So, can I write a .NET Service that
exposes an RPC interface?

Or, are we going to have to come up with a different communication method
between the shell extension and the service? If so, does anyone have any
suggestions as to what might be a good communication method?

Many thanks in advance,

Carl.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4080 (20090515) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top