зеркало из https://github.com/mono/mail-archives.git
130 строки
4.8 KiB
HTML
130 строки
4.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 45708][Maj] New - CSharpCodeCompiler broken on win32
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006048.html">
|
|
<LINK REL="Next" HREF="006050.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 45708][Maj] New - CSharpCodeCompiler broken on win32
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 45708][Maj] New - CSharpCodeCompiler broken on win32">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Tue, 1 Jul 2003 16:12:25 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006048.html">[Mono-bugs] [Bug 45694][Wis] New - Async invoke hangs
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006050.html">[Mono-bugs] [Bug 45708][Maj] Changed - CSharpCodeCompiler broken on win32
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6049">[ date ]</a>
|
|
<a href="thread.html#6049">[ thread ]</a>
|
|
<a href="subject.html#6049">[ subject ]</a>
|
|
<a href="author.html#6049">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:pelle.johnsen@mail.dk.">pelle.johnsen@mail.dk.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=45708">http://bugzilla.ximian.com/show_bug.cgi?id=45708</A>
|
|
|
|
--- shadow/45708 Tue Jul 1 16:12:25 2003
|
|
+++ shadow/45708.tmp.17779 Tue Jul 1 16:12:25 2003
|
|
@@ -0,0 +1,66 @@
|
|
+Bug#: 45708
|
|
+Product: Mono/Class Libraries
|
|
+Version: unspecified
|
|
+OS:
|
|
+OS Details: win 2k
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Major
|
|
+Component: System
|
|
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+ReportedBy: <A HREF="mailto:pelle.johnsen@mail.dk">pelle.johnsen@mail.dk</A>
|
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: CSharpCodeCompiler broken on win32
|
|
+
|
|
+Description of Problem:
|
|
+
|
|
+Mono.CSharpCodeCompiler is broken on win32 in 0.25. It uses single quotes
|
|
+(') to pass arguments to mcs - this fails on win32.
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+1. Start XSP with mono (not .NET)
|
|
+2. Load index page
|
|
+
|
|
+Actual Results:
|
|
+
|
|
+Exception when xsp tries to compile the generated .cs file:
|
|
+
|
|
+System.IO.FileNotFoundException: File
|
|
+'C:\DOCUME~1\pelle\LOCALS~1\Temp\tmp2cf94b11.dll' not found.in (unmanaged)
|
|
+06 System.Reflection.Assembly:LoadFrom (string)in <0x00004> 06
|
|
+System.Reflection.Assembly:LoadFrom (string)in <0x00387> 00
|
|
+Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
|
|
+(System.CodeDom.Compiler.CompilerParameters,string[])in <0x0030e> 00
|
|
+Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch
|
|
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit
|
|
+[]
|
|
+)in <0x0005b> 00 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom
|
|
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
|
|
+i
|
|
+n <0x0013d> 00 System.Web.Compilation.CachingCompiler:Compile
|
|
+(System.Web.Compilation.BaseCompiler)in <0x00064> 00
|
|
+System.Web.Compilation.BaseCompiler:GetCompiledType ()in <0x0013a> 00
|
|
+System.Web.Compilation.AspGenerator:GetCompiledType ()in <0x00068> 00
|
|
+System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
|
|
+(string,System.Web.HttpContext)in <0x00045> 00
|
|
+System.Web.HttpApplicationFactory:CompileApp (System.Web.HttpContext)in
|
|
+<0x00031> 00 System.Web.HttpApplicationFactory:InitializeFactory
|
|
+(System.Web.HttpContext)in <0x000c4> 00
|
|
+System.Web.HttpApplicationFactory:GetInstance (System.Web.HttpContext)in
|
|
+<0x00142> 00 System.Web.HttpRuntime:InternalExecuteRequest
|
|
+(System.Web.HttpWorkerRequest)
|
|
+
|
|
+
|
|
+Expected Results:
|
|
+
|
|
+Proper rendering of page.
|
|
+
|
|
+How often does this happen?
|
|
+
|
|
+Alwyas
|
|
+
|
|
+Additional Information:
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006048.html">[Mono-bugs] [Bug 45694][Wis] New - Async invoke hangs
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006050.html">[Mono-bugs] [Bug 45708][Maj] Changed - CSharpCodeCompiler broken on win32
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6049">[ date ]</a>
|
|
<a href="thread.html#6049">[ thread ]</a>
|
|
<a href="subject.html#6049">[ subject ]</a>
|
|
<a href="author.html#6049">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|