[Mono-bugs] [Bug 76314][Maj] New - XSP stop when using MS System.Web.Mobile.dll

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Oct 2 00:00:51 EDT 2005


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 mono at keepthebyte.com.

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

--- shadow/76314	2005-10-02 00:00:51.000000000 -0400
+++ shadow/76314.tmp.17334	2005-10-02 00:00:51.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 76314
+Product: Mono: Tools
+Version: 1.1
+OS: 
+OS Details: XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: mono at keepthebyte.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP stop when using MS System.Web.Mobile.dll
+
+Want do use System.Web.UI.MobileControls from System.Web.Mobile.dll
+(Original Microsoft assembly)
+
+What I did:
+
+1. Copy System.Web.Mobile.dll from
+C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 into
+D:\Mono-1.1.9.1\lib\xsp\test\bin
+
+2. created a test aspx file with:
+
+ <%@ Page language="c#" Inherits="System.Web.UI.MobileControls.MobilePage" %>
+<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls"
+Assembly="System.Web.Mobile" %>
+<mobile:Form id=Form1 runat="server">
+<mobile:Label id=Test Runat="Server">Hello, Mobile World</mobile:Label>
+</mobile:Form>
+
+3. start XSP and hit the page in browser
+
+The XSP server is stopping itself instead of delivering the output or an
+error message!
+
+If I remove the System.Web.Mobile.dll - then I get a proper error message
+that the System.Web.UI.MobileControls.MobilePage can not be found.


More information about the mono-bugs mailing list