[Mono-bugs] [Bug 399005] New: xsp2 crashed
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 10 13:43:52 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=399005
Summary: xsp2 crashed
Product: Mono: Class Libraries
Version: SVN
Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: psoldack at wp.pl
QAContact: mono-bugs at lists.ximian.com
Found By: DeveloperNet
Created an attachment (id=221328)
--> (https://bugzilla.novell.com/attachment.cgi?id=221328)
I don't know where to look for the bug. The only mentioned file is
MasterPage.master so I attached it.
Description of Problem:
When trying to run web application under xsp2 get following error in web
browser:
Server Error in '/' Application
Compilation Error
Description: Error compiling a resource required to service this request.
Review your source file and modify it to fix this error.
Compiler Error Message: CS0016: Could not write to file
`/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07.dll', cause: Could not find
file "/home/vidromed/Desktop/VidroMed_0_09/@@inner_string@@".
~/MasterPage.master
Show Detailed Compiler Output:
gmcs /target:library /debug+ /optimize- /warn:0
/out:"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07.dll"
/r:"/usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll"
/r:"/usr/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll"
/r:"/usr/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll"
/r:"/usr/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll"
/r:"/usr/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll"
/r:"/usr/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll"
/r:"/usr/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll"
/r:"/usr/lib/mono/gac/MySql.Data/5.1.3.0__c5687fc88969c44d/MySql.Data.dll"
/r:"/tmp/root-temp-aspnet-0/93727075/App_Web_3dee2ff0.dll"
/r:"/tmp/root-temp-aspnet-0/93727075/App_GlobalResources.13aa1304.dll"
/r:"/tmp/root-temp-aspnet-0/93727075/App_Code.7bb041e3.dll"
/r:"/tmp/root-temp-aspnet-0/93727075/App_LocalResources.root.303ddae8.dll" --
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_0.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_1.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_2.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_3.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_4.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_5.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_6.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_7.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_8.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_9.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_10.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_11.cs"
"/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07_12.cs"
error CS0016: Could not write to file
`/tmp/root-temp-aspnet-0/93727075/App_Web_40bdb07.dll', cause: Could not find
file "/home/vidromed/Desktop/VidroMed_0_09/@@inner_string@@".
Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42
Actual Results:
Error
Expected Results:
Working application. It worked under Mono 1.9.1.
How often does this happen?
Always.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list