[Mono-bugs] [Bug 80810][Wis] New - XSP2 Compilation of ASP.NET 2.0 Folders
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 12 13:56:17 EST 2007
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 rull_orion at mail.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=80810
--- shadow/80810 2007-02-12 13:56:17.000000000 -0500
+++ shadow/80810.tmp.11094 2007-02-12 13:56:17.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 80810
+Product: Mono: Tools
+Version: 1.0
+OS:
+OS Details: Windows 2003
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: tools
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: rull_orion at mail.ru
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XSP2 Compilation of ASP.NET 2.0 Folders
+
+XSP2 Server doesn't compile resources in nested folders of
+App_LocalResources, App_Code. (Maybe other ASP.NET 2.0 Folders too)
+
+Steps to reproduce the problem:
+1. Create ASP.NET 2.0 Web Site.
+2. Add App_Code Folder.
+3. Add New Folder in App_Code folder (for example "Utils)
+4. Add Code File with class (for example WebUtils in WebUtils.cs)
+5. Write Any function in this class.
+6. Call this function on Page_Load of Default.aspx page
+Actual Results:
+Compilation fails with message:
+The name `WebUtils' does not exist in the context of `_Default'
+Expected Results:
+Compilation succeed.
+
+How often does this happen?
+Always.
+
+Additional Information:
+Same with App_LocalResources (it doesn't work) but get another error:
+System.Resources.MissingManifestResourceException: A resource object was
+not found at the specified virtualPath.
More information about the mono-bugs
mailing list