Discussion:
Execute dlls in seperate process
(too old to reply)
Michaelov, Itzik
2010-01-24 07:48:29 UTC
Permalink
Hi

I have .NET dll written in C#
It's have a many classes and have many clients that use this dll.
Now i have request to run this dll out-of-process without change the
clients!
I don't know if there is simple way to do it (like in VB6 just to change dll
to ActiveX EXE)
Any suggestions ?

Thanks
Michel Posseth [MCP]
2010-03-06 16:14:47 UTC
Permalink
You can create COM+ components using
System.EnterpriseServices.ServicedComponent.
Post by Michaelov, Itzik
Hi
I have .NET dll written in C#
It's have a many classes and have many clients that use this dll.
Now i have request to run this dll out-of-process without change the
clients!
I don't know if there is simple way to do it (like in VB6 just to change
dll to ActiveX EXE)
Any suggestions ?
Thanks
Loading...