[Mono-bugs] [Bug 34679][Wis] Changed - The custom controls not work on demo aspx server.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
28 Nov 2002 16:25:05 -0000


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 gonzalo@ximian.com.

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

--- shadow/34679	Thu Nov 28 11:10:21 2002
+++ shadow/34679.tmp.22648	Thu Nov 28 11:25:05 2002
@@ -1,12 +1,12 @@
 Bug#: 34679
 Product: Mono/Runtime
 Version: unspecified
 OS: Red Hat 6.2
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: ztashev@mail.plovdiv.techno-link.com               
@@ -49,6 +49,18 @@
 
 
 ------- Additional Comments From ztashev@mail.plovdiv.techno-link.com  2002-11-27 10:24 -------
 Created an attachment (id=2844)
 CustomControls.cs
 
+
+------- Additional Comments From gonzalo@ximian.com  2002-11-28 11:25 -------
+By the time you reported the bug, i committed a fix for it.
+
+Right now, you need to have CustomControls.dll in both the directory
+in which you run the server and the 'bin' directory.
+
+I will commit a fix for Assembly.Load in the runtime to use
+ApplicationBase and PrivateBinPath in the current application domain
+to load assemblies and mark the bug as fixed then.
+
+Thanks, Zdravko!