[Mono-bugs] [Bug 60575][Cri] New - Beta 2 works Beta 3 and up fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 14:17:59 -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 mono@b-lan.com.

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

--- shadow/60575	2004-06-22 14:17:59.000000000 -0400
+++ shadow/60575.tmp.25515	2004-06-22 14:17:59.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 60575
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Mandrake Linux 10.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono@b-lan.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Beta 2 works Beta 3 and up fails
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. install mono-0.95.tar.gz
+2. compile Microsoft.Web.UI.Webcontrols.dll
+3. install xsp (0.14 or 0.15)
+
+load http://localhost:8080/MainMenu.aspx
+
+Works
+
+4 install mono-0.96
+
+load http://localhost:8080/MainMenu.aspx
+
+Fails:
+Server Error in '/' Application
+Parser Error
+Description: Error parsing a resource required to service this request.
+Review your source file and modify it to fix this error.
+
+Error message: Assembly Microsoft.Web.UI.WebControls not found
+
+File name: /home/dennis/Dev/xsp/MainMenu.aspx    Line: 1
+
+Source Error:
+
+<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls"
+Assembly="Microsoft.Web.UI.WebControls" %>
+<%@ Register TagPrefix="exwc" Namespace="IA.WebCtrlExt"
+Assembly="WebCtrlExt" %>
+<%@ Page language="c#" Codebehind="MainMenu.aspx.cs"
+AutoEventWireup="false" Inherits="IA.IPal.MainMenu" enableViewState="True" %>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+
+How often does this happen?  Everytime.
+
+
+Additional Information: