Hi, My application runs as a Windows Service which acts as a Remoting host. The components hosted by remoting are registered in COM+ and are Serviced Components. This application will be deployed in a Multiprocessor scenario.
I would like to know, how I can start the application with the Server Build of the CLR -> MSCORSVR.DLL Is there a sample which demonstrates this. I am ware that this needs to be done by making use of the CorBindToRuntimeEx unmanaged API. I am able to load normal executables by writing a VC++ Console App which loads executables. However, I am not aware how to use this when the application to be launched is a Windows Service. Please help... Thanks and Regards, Vikram =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com
