[Mono-bugs] [Bug 54043][Cri] New - undue reliance on mscorwks.dll in aspx assembly loading

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Feb 2004 12:59:58 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by liyul@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54043

--- shadow/54043	2004-02-08 12:59:58.000000000 -0500
+++ shadow/54043.tmp.13390	2004-02-08 12:59:58.000000000 -0500
@@ -0,0 +1,66 @@
+Bug#: 54043
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: liyul@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: undue reliance on mscorwks.dll in aspx assembly loading
+
+This bug was happened with mono-0.30 but not mono-0.28 under windows nt4,
+even when both were built with cygwin/Microsoft .net 1.1.
+
+Error message dialog with text
+
+c:\winnt\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll could not be loaded.
+
+showed up during loading assembly. After it was dismissed, following
+exception appeared. Somehow the compiled dll cannot be loaded without
+Microsoft.net 1.1 installed.
+
+
+Server error in '/' application
+
+--------------------------------------------------------------------------------
+
+Description: Error processing request. 
+Error Message: HTTP 500. 
+
+Stack Trace: System.IO.FileNotFoundException: File 'C:\TMP\tmp5f0e5f01.dll'
+not found.
+in (unmanaged) (wrapper managed-to-native)
+System.Reflection.Assembly:LoadFrom (string)
+in <0x00004> (wrapper managed-to-native)
+System.Reflection.Assembly:LoadFrom (string)
+in <0x003d2> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
+(System.CodeDom.Compiler.CompilerParameters,string[],bool)
+in <0x002d2> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
+in <0x00054> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
+in <0x00112> System.Web.Compilation.CachingCompiler:Compile
+(System.Web.Compilation.BaseCompiler)
+in <0x0020a> System.Web.Compilation.BaseCompiler:GetCompiledType ()
+in <0x00200> System.Web.Compilation.AspGenerator:GetCompiledType ()
+in <0x0003c>
+System.Web.Compilation.GlobalAsaxCompiler:CompileApplicationType
+(System.Web.UI.ApplicationFileParser)
+in <0x00035> System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
+(string,System.Web.HttpContext)
+in <0x00042> System.Web.HttpApplicationFactory:CompileApp
+(System.Web.HttpContext)
+in <0x0002b> System.Web.HttpApplicationFactory:InitializeFactory
+(System.Web.HttpContext)
+in <0x00073> System.Web.HttpApplicationFactory:GetInstance
+(System.Web.HttpContext)
+in <0x0010e> System.Web.HttpRuntime:InternalExecuteRequest
+(System.Web.HttpWorkerRequest)