Re: Seen the first

2004-12-13 Thread William A. Rowe, Jr.
At 08:47 PM 12/12/2004, Tonko Juricic wrote: >--- Jeff White <[EMAIL PROTECTED]> wrote: > >> I have just seen the first >> mod_aspdotnet post on >> Microsoft's newsgroups: > >Confusion reigns! :( > >I was under impression that, lacking xml config file, >assembly runs on runtime version for which

Re: Compiling with VC++ 8 (Express beta)

2004-12-13 Thread Tonko Juricic
--- Jeff White <[EMAIL PROTECTED]> wrote: > Isn't the loading of the CLR > "different" for _any_ .NET > version over 1.1? > > Hasn't > CLSID_CorRuntimeHost > and > IID_ICorRuntimeHost > been replaced with > CLSID_CLRRuntimeHost > and > IID_ICLRRuntimeHost? > > And aren't there many, many

Re: Compiling with VC++ 8 (Express beta)

2004-12-13 Thread Jeff White
From: "Tonko Juricic" Subject: Compiling with VC++ 8 (Express beta) Isn't the loading of the CLR "different" for _any_ .NET version over 1.1? Hasn't CLSID_CorRuntimeHost and IID_ICorRuntimeHost been replaced with CLSID_CLRRuntimeHost and IID_ICLRRuntimeHost? And aren't there many, many ho

Re: More dirty tricks (VC 8 and Framework 2.0.40607)

2004-12-13 Thread Jeff White
From: "Tonko Juricic" public class CSWorkerRequest : System.Web.Hosting.SimpleWorkerRequest { I said a long time ago, for .NET 1.1 just load the CLR then load all assemblies from there... Jeff

Re: More dirty tricks (VC 8 and Framework 2.0.40607)

2004-12-13 Thread Tonko Juricic
--- "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: > http://msdn.microsoft.com/visualc/default.aspx?pull=/library/en-us/dnvs05/html/bakerdozen.asp > > Thought that might get some other's attention, I > can't delve until sometime over the new year > holiday. Gasp...choke.. Jezus! This is gett

Re: More dirty tricks (VC 8 and Framework 2.0.40607)

2004-12-13 Thread William A. Rowe, Jr.
At 06:15 PM 12/12/2004, Tonko Juricic wrote: >>From what I could find on the Web, it is questionable >if managed C++ will support jagged arrays. IIUC - Managed VC++ 7.0 did not (I spent days beating my head against this unyielding wall.) I have heard and been told that it did in fact support jag

Re: Seen the first

2004-12-13 Thread Tonko Juricic
--- Jeff White <[EMAIL PROTECTED]> wrote: > I have just seen the first > mod_aspdotnet post on > Microsoft's newsgroups: Confusion reigns! :( I was under impression that, lacking xml config file, assembly runs on runtime version for which it was compiled ?! Thus, whether you have installed r

More dirty tricks (VC 8 and Framework 2.0.40607)

2004-12-13 Thread Tonko Juricic
>From what I could find on the Web, it is questionable if managed C++ will support jagged arrays. VC8 simply won't compile managed C++ method returning String[][]. So I tried the following quick and dirty trick which worked on my machine: _gcA_gcA_gcString.cs now has a new class: public class