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?
Conrad Zhang - 01 Oct 2003 10:47 GMT
Check documentation on mscoree!CorBindToRuntimeEx. It works for any app.
> 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
[quoted text clipped - 3 lines]
> 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?