[Bug 859024] New: System.Web.Compilation.CompilationException in ASP.NET with CS1576
https://bugzilla.novell.com/show_bug.cgi?id=859024 https://bugzilla.novell.com/show_bug.cgi?id=859024#c0 Summary: System.Web.Compilation.CompilationException in ASP.NET with CS1576 Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: andre.raabe@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=574652) --> (http://bugzilla.novell.com/attachment.cgi?id=574652) Screenshot with full exception User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 During the on-demand compilation of an ASP.NET site I get a System.Web.Compilation.CompilationException with "CS1576: The line number specified for #line directive is missing or invalid". mono --version Mono JIT compiler version 3.0.6 (tarball Sat Sep 28 04:42:52 UTC 2013) Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: Included Boehm (with typed GC and Parallel Mark) Reproducible: Always Steps to Reproduce: 1. Create empty directory e.g. /tmp/f1 2. Create trival site e.g. default.aspx: -------8<---[default.aspx]---- <html> <body> Hello </body> </html> ------->8---[default.aspx]---- 3. Create trival web.config -------8<---[web.config]---- <?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <compilation defaultLanguage="c#" debug="true"/> <customErrors mode="Off"/> </system.web> <system.webServer> <defaultDocument> <files> <clear/> <add value="Default.aspx"/> </files> </defaultDocument> </system.webServer> </configuration> ------->8---[web.config]---- 4. Start "xsp2" in directory and visit URL Actual Results: System.Web.Compilation.CompilationException with "CS1576: The line number specified for #line directive is missing or invalid". Find screenshot in attachments. Expected Results: Site says "Hello" Source code for the on-demand created class is available here: https://gist.github.com/anonymous/8453123 This Bug is already open for Mono directly: https://bugzilla.xamarin.com/show_bug.cgi?id=17269 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com