Re: A simple .NET assembly loader for Apache

2004-08-10 Thread William A. Rowe, Jr.
At 01:51 PM 8/10/2004, Jeff White wrote: >By the way, does the CLI include: > >System.Web For mod_aspdotnet? Yes. For a future Apache.Web interface? No, because that would preclude every CLR implementation which implements the ECMA spec, and avoids potential IP claims by Microsoft over non-ECM

Re: A simple .NET assembly loader for Apache

2004-08-10 Thread Jeff White
From: "William A. Rowe, Jr." Before starting remember one says apples the other says pears but it's all fruit! :) > That's the goal of the Common Language > Interface By the way, does the CLI include: System.Web System.Data System.WinForms (and any (?) .NET 2.0 goodies) > subproject, yup

Re: A simple .NET assembly loader for Apache

2004-08-09 Thread William A. Rowe, Jr.
That's the goal of the Common Language Interface subproject, yup :) Subgoal one, behind releasing the first mod_aspdotnet module, is to separate the COM instantiation from the rest of the System.Web support. This will allow folk to plug other CLR environments into our framework. Then, begin decl