[Mono-bugs] [Bug 68641][Wis] New - Cannot load type 'System.Web.UI.Design.WebControls.PanelDesigner

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Oct 2004 13:18:05 -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 hopperb+bugzilla@gmail.com.

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

--- shadow/68641	2004-10-21 13:18:05.000000000 -0400
+++ shadow/68641.tmp.31134	2004-10-21 13:18:05.000000000 -0400
@@ -0,0 +1,68 @@
+Bug#: 68641
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 7.1
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: hopperb+bugzilla@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot load type 'System.Web.UI.Design.WebControls.PanelDesigner
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+System.Web.UI.Design.WebControls.PanelDesigner not implemented in
+System.Design assembly
+
+Steps to reproduce the problem:
+1. Attempt to access ASP.NET form
+2. Check /usr/local/apache2/logs/error_log
+3. 
+
+Actual Results:
+** (/usr/local/lib/mono/1.0/mbas.exe:32626): WARNING **: Cannot load type
+'System.Web.UI
+.Design.WebControls.PanelDesigner,System.Design, Version=1.0.5000.0,
+Culture=neutral, Pu
+blicKeyToken=b03f5f7f11d50a3a'
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an insta
+nce of an object
+in <0x00011> System.ComponentModel.DesignerAttribute:.ctor (System.Type)
+in <0xc763b4b7> (wrapper managed-to-native)
+System.MonoCustomAttrs:GetCustomAttributes (
+System.Reflection.ICustomAttributeProvider)
+in <0x00004> (wrapper managed-to-native)
+System.MonoCustomAttrs:GetCustomAttributes (Sys
+tem.Reflection.ICustomAttributeProvider)
+in <0x0004a> System.MonoCustomAttrs:GetCustomAttributes
+(System.Reflection.ICustomAttrib
+uteProvider,bool)
+in <0x00010> System.MonoType:GetCustomAttributes (bool)
+in <0x00025> Mono.MonoBASIC.TypeManager:AddStandardModule (System.Type)
+in <0x000c0> Mono.MonoBASIC.TypeManager:AddAssembly
+(System.Reflection.Assembly)
+in <0x00144> Mono.Languages.Driver:LoadAssembly (string,bool)
+in <0x000bc> Mono.Languages.Driver:LoadReferences ()
+in <0x0008b> Mono.Languages.Driver:ResolveAllTypes ()
+in <0x0002f> Mono.Languages.Driver:CompileAll ()
+in <0x00092> Mono.Languages.Driver:MainDriver (string[])
+in <0x00038> Mono.Languages.Driver:Main (string[])
+
+Expected Results:
+
+
+How often does this happen? 
+Everytime
+
+Additional Information:
+Gonzalo Paniagua Javier suggested I file this report.