[Mono-bugs] [Bug 48136][Maj] New - asp.net cannot use the internet explorer webcontrols

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Sep 2003 07:25:37 -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 nigel@hresult.com.

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

--- shadow/48136	2003-09-04 07:25:37.000000000 -0400
+++ shadow/48136.tmp.30731	2003-09-04 07:25:37.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 48136
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: nigel@hresult.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: asp.net cannot use the internet explorer webcontrols
+
+I tried an ASP.NET project that uses the free microsoft WebControls 
+(Microsoft.Web.UI.WebControls.dll). This is a free library that gives you 
+nice things like tab controls and trees.
+
+I put the dll in /bin (using xsp).
+
+When the page is hit, xsp crashes :
+
+[root@build01 test]# mono xsp.exe
+Listening on port: 8080
+Listening on address: 0.0.0.0
+Root directory: /root/xsp-0.5/server/test
+Virtual directory: /
+ 
+** (xsp.exe:18096): WARNING **: Could not load class from token 0x01000018 
+in /root/xsp-0.5/server/test/bin/Microsoft.Web.UI.WebControls.dll
+ 
+** ERROR **: file class.c: line 1352 (mono_class_setup_parent): should not 
+be reached
+aborting...
+Aborted