[Mono-bugs] [Bug 75371][Min] New - Using separate Code for a usercontrol fails.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 24 04:03:42 EDT 2005


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 dave.bacon at gmail.com.

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

--- shadow/75371	2005-06-24 04:03:42.000000000 -0400
+++ shadow/75371.tmp.23455	2005-06-24 04:03:42.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 75371
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Ubuntu breezy badger
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: dave.bacon at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Using separate Code for a usercontrol fails.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Writing a UserControl MyCont.ascx along with a MyCont.ascx.cs will fail.
+The generated DLL for MyCont.ascx.cs is generated fine, but the generated
+Page .cs compilation fails finding this DLL.
+
+For instance, adding /tmp (where the generated DLL falls) to MONO_PATH
+works around the problem.
+
+Steps to reproduce the problem:
+1. Host webapp in attached tarball in XSP
+2. Point browser to webapp
+3. See error: Couldn't find a DLL w/ name like '13421.dll'
+
+Actual Results:
+Cannot find '77540.dll'.
+Description: Error processing request.
+
+Error Message: HTTP 404. Cannot find '77540.dll'. 
+
+Expected Results:
+A page with the control rendered, but visible side-effects of code from the
+codebehind file being executed (in the attached example, it will print
+"setting monkey" to the console).
+
+How often does this happen? 
+Everytime.
+
+Additional Information:


More information about the mono-bugs mailing list