[Mono-bugs] [Bug 78533][Cri] Changed - System.InvalidCastException: Cannot cast from source type to destination type

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 24 14:37:26 EDT 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 alexmipego at gmail.com.

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

--- shadow/78533	2007-04-24 14:36:59.000000000 -0400
+++ shadow/78533.tmp.22177	2007-04-24 14:37:26.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78533
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: OpenSuse 10.0
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: 040 One week
 Priority: Critical
 Component: Sys.Web
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: torsten.zachert at teserco.de               
@@ -124,6 +124,17 @@
 <script runat="server">
 protected void Page_Load (object sender, EventArgs e)
 {
 	dropDownListCategorySearch.Items.Add (new ListItem ("Ola,", "ola!"));
 }
 </script>
+
+------- Additional Comments From alexmipego at gmail.com  2007-04-24 14:37 -------
+This can be seen on MS implementation if you add to uc_test1.ascx this
+code:
+
+<script runat="server">
+protected void Page_Load (object sender, EventArgs e)
+{
+	dropDownListCategorySearch.Items.Add (new ListItem ("Ola,", "ola!"));
+}
+</script>


More information about the mono-bugs mailing list