[Mono-bugs] [Bug 80811][Nor] New - Cannot add tagMapping to App_Code Component
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 12 14:34:57 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=80811
--- shadow/80811 2007-02-12 14:34:57.000000000 -0500
+++ shadow/80811.tmp.11544 2007-02-12 14:34:57.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 80811
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: rull_orion at mail.ru
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cannot add tagMapping to App_Code Component
+
+If Component that using in TagMapping
+<pages>
+ <tagMapping>
+ <add mappedTagType="Components.TextBox"
+tagType="System.Web.UI.WebControls.TextBox"/>
+ </tagMapping>
+ </pages>
+
+Steps to reproduce the problem:
+1. Create Components.TextBox control in App_code
+2. Add Tagmapping to web.config file:
+<add mappedTagType="Components.TextBox"
+tagType="System.Web.UI.WebControls.TextBox"/>
+ </tagMapping>
+3. Add asp:TextBox to the Page.
+
+Actual Results:
+Unable to map tag type System.Web.UI.WebControls.TextBox
+Expected Results:
+Showing Mapped TextBox instead of default.
+
+How often does this happen?
+Always
+
+Additional Information:
+Mapping from the assembly succeed.
More information about the mono-bugs
mailing list