On Dec 31 2007, 11:53 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> "lander" <lostlander....@gmail.com> wrote in message
>
[quoted text clipped - 47 lines]
>
> - Show quoted text -
I knew it from :
http://www.dotnetindia.com/2004/11/msdn_today.html
==>
The CLR hosts are
a. Windows Shell
b. IIS
c. IE
4. * but, how to host the CLR programmatically?
Anyway, i think i understand what you mean, thanks for explanation!
Well I see, but these are wrong, IIS and IE are not CLR hosts, IIS *never*
loads the CLR, asp.net and managed code based web applications are hosted in
a separate process who's name depends on the OS version.
IE loads the CLR when it needs to run managed code (say a plug in or a page
that refers to a managed object), the Windows shell is not a CLR host for
the same reason.
Hosting the CLR can be done by calling the unmanaged Hosting API's, see
<http://msdn2.microsoft.com/en-us/library/9x0wh2z3.aspx> for details.
Willy.
lander - 02 Jan 2008 02:20 GMT
On Jan 2, 3:26 am, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> On Dec 31 2007, 11:53 pm, "Willy Denoyette [MVP]"
>
[quoted text clipped - 73 lines]
>
> - Show quoted text -
Thanks for the link and all the information! ^_^