[Mono-bugs] [Bug 70070][Nor] New - File not found exception lists incorrect native library

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 20:38:58 -0500 (EST)


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 tao@taoframework.com.

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

--- shadow/70070	2004-11-30 20:38:58.000000000 -0500
+++ shadow/70070.tmp.25794	2004-11-30 20:38:58.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 70070
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: XP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tao@taoframework.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: File not found exception lists incorrect native library
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+DllNotFoundException when using a dllmap lists incorrect native library.
+
+Steps to reproduce the problem:
+1. P/Invoke something in library "foo.dll".
+2. Add .config file with a dllmap entry pointing "foo.dll" to "bar.dll"
+where "bar.dll" does not exist.
+3. Execute application
+
+Actual Results:
+DllNotFoundException listing "foo.dll" as missing (whether or not it exists).
+
+Expected Results:
+DllNotFoundException listing "bar.dll" as missing (when in fact it is
+missing regardless of the status of "foo.dll"
+
+How often does this happen? 
+
+
+Additional Information: