all groups > dotnet clr > september 2003 >
You're in the

dotnet clr

group:

Creating your own CLR host question


Creating your own CLR host question DaveMM
9/30/2003 11:04:45 AM
dotnet clr:
We have run into an issue with the garbage collection routine in the
mscorwks.dll which was chosen by the CLR. We would like to use the
mscorsvr.dll but in order to do so without resorting to an unsupported
setting we must cretate our own CLR host.

Well there are examples but we need to use the mscorsvr.dll core with a
service not a GUI type of application. How does one go about this task?


Re: Creating your own CLR host question Conrad Zhang
10/1/2003 2:47:45 AM
Check documentation on mscoree!CorBindToRuntimeEx. It works for any app.

[quoted text, click to view]

AddThis Social Bookmark Button