Bug 311686 (MONO33436) - The tabcontrol.aspx and tabcontrol2.aspx samples not work.
Summary: The tabcontrol.aspx and tabcontrol2.aspx samples not work.
Status: RESOLVED MOVED
Alias: MONO33436
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Red Hat 6.2
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 17:42 UTC by Zdravko Tashev
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:03:15 UTC


---- Reported by ztashev@mail.plovdiv.techno-link.com 2002-11-07 10:42:45 MST ----

Please fill in this template when reporting a bug, unless you know what 
you are doing.
Description of Problem:

The tabcontrol.aspx and tabcontrol2.aspx samples not work.

Steps to reproduce the problem:
1. Start demo xsp server.
2. Hit http://localhost:8080/ tabcontrol.aspx or http://localhost:8080/ 
tabcontrol2.aspx	
3. 

Actual Results:
None

Expected Results:
Display pages.

How often does this happen? 
Every time.

Additional Information:
Suppose diff:
Index: class/System.Web/System.Web.Compilation/AspGenerator.cs
===================================================================
RCS 
file: /mono/mcs/class/System.Web/System.Web.Compilation/AspGenerator.cs,v
retrieving revision 1.5
diff -u -r1.5 AspGenerator.cs
--- class/System.Web/System.Web.Compilation/AspGenerator.cs	2 Nov 2002 
03:12:31 -0000	1.5
+++ class/System.Web/System.Web.Compilation/AspGenerator.cs	7 Nov 2002 
15:23:21 -0000
@@ -503,7 +503,7 @@
 				throw new ApplicationException ("Invalid 
attributes for @ Register: " +
 							
	att.ToString ());
 			prolog.AppendFormat ("\tusing {0};\n", name_space);
-			string dll = "output" + 
Path.DirectorySeparatorChar + assembly_name + ".dll";
+			string dll = "bin" + Path.DirectorySeparatorChar + 
assembly_name + ".dll";
 			Foundry.RegisterFoundry (tag_prefix, dll, 
name_space);
 			buildOptions.AppendFormat ("//<reference dll=\"{0}
\"/>\n", dll);
 			return;
Index: class/System.Web/System.Web.Compilation/TemplateFactory.cs
===================================================================
RCS 
file: /mono/mcs/class/System.Web/System.Web.Compilation/TemplateFactory.cs,
v
retrieving revision 1.4
diff -u -r1.4 TemplateFactory.cs
--- class/System.Web/System.Web.Compilation/TemplateFactory.cs	27 Oct 
2002 19:55:27 -0000	1.4
+++ class/System.Web/System.Web.Compilation/TemplateFactory.cs	7 Nov 2002 
15:23:21 -0000
@@ -161,7 +161,7 @@
 

 			private void AddReference (string reference)

 			{

-				string arg = String.Format ("/r:{0}.dll ", 
reference);

+				string arg = String.Format ("/r:{0} ", 
reference);

 				cscOptions.Append (arg);

 			}



---- Additional Comments From gonzalo@ximian.com 2002-11-29 16:29:32 MST ----



*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO34679 ***


This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"