Access to c# object in outproc COM server from other process on same machine
See the question and my original answer on StackOverflowWhat you could do is create a new Application in the Component Services console, and declare it's an out-of-process application. For this, you'll need to
- Create an new Application
- Right click on this application
- Go to the "Activation" tab, and select "Server Application"
- Add your DLL to this application
You may have to configure the security.