[Mono-bugs] [Bug 34776][Maj] New - Assembly.Load does not use ApplicationPath not PrivateBinPath

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
29 Nov 2002 21:40:44 -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=34776

--- shadow/34776	Fri Nov 29 16:40:44 2002
+++ shadow/34776.tmp.25948	Fri Nov 29 16:40:44 2002
@@ -0,0 +1,28 @@
+Bug#: 34776
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Assembly.Load does not use ApplicationPath not PrivateBinPath
+
+When using Assembly.Load it should load assemblies from (in order):
+           -ApplicationBase (appdomain)
+           -PrivateBinPath (appdomain)
+           -Default directories
+
+There's a patch that partially fixes the problem that can be completed to
+also load the entry assembly, corlib and the assemblies referenced by them
+in  this way.
+
+Waiting for approval or suggestions.