[Mono-bugs] [Bug 49572][Maj] New - @Reference directive doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Oct 2003 06:08:04 -0400 (EDT)


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 yaronsh@mainsoft.com.

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

--- shadow/49572	2003-10-12 06:08:04.000000000 -0400
+++ shadow/49572.tmp.29038	2003-10-12 06:08:04.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 49572
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: @Reference directive doesn't work
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+@Reference directive doesn't work
+
+Steps to reproduce the problem:
+1. Compile the .ascx file
+2. Run WebForm1.aspx
+
+Actual Results:
+Empty page...
+
+Expected Results:
+The page should display MyControl (UserControl) which contains a label 
+that was set to the word "Colors". (The page should display the 
+word "Colors")
+
+How often does this happen? 
+Always
+
+Additional Information:
+I think that I've done everything right from the aspect of compiling.
+Due to MS the compiling and linking of the UserControl should occur at 
+runtime, but from what I know only the linking occur at this stage (The MS 
+dll stores data about the UserControl).