[Mono-bugs] [Bug 77346][Nor] New - al.exe fails with FileNotFoundException when trying to compile resources file to satellite assembly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 24 12:42:09 EST 2006


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 helge at lenuweit.net.

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

--- shadow/77346	2006-01-24 12:42:09.000000000 -0500
+++ shadow/77346.tmp.19313	2006-01-24 12:42:09.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 77346
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: Tested on Windows XP and openSuSE 10.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Other.
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: helge at lenuweit.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: al.exe fails with FileNotFoundException when trying to compile resources file to satellite assembly
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+al.exe fails with the following exception:
+Unhandled Exception: System.IO.FileNotFoundException: Demo : Demo
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.AppDomain:LoadAssembly
+(string,System.Security.Policy.Evidence,bool)
+in <0x000db> System.AppDomain:Load (System.Reflection.AssemblyName
+assemblyRef, System.Security.Policy.Evidence assemblySecurity)
+in (wrapper remoting-invoke-with-check) System.AppDomain:Load
+(System.Reflection.AssemblyName,System.Security.Policy.Evidence)
+in <0x00012> System.AppDomain:Load (System.Reflection.AssemblyName assemblyRef)
+in (wrapper remoting-invoke-with-check) System.AppDomain:Load
+(System.Reflection.AssemblyName)
+in <0x0001b> System.Reflection.Assembly:Load
+(System.Reflection.AssemblyName assemblyRef)
+in <0x001a5> Mono.AssemblyLinker.AssemblyLinker:DoIt ()
+in <0x00018> Mono.AssemblyLinker.AssemblyLinker:DynMain (System.String[] args)
+in <0x00022> Mono.AssemblyLinker.AssemblyLinker:Main (System.String[] args)
+
+
+Steps to reproduce the problem:
+Please see the attachted test case. I have provided batch files for Windows:
+(1) Generate resources - 2 files will be written (default and "de")
+(2) Compile (either csc or mcs)
+(3) Use al.exe to generate resource assembly for culture "de" - the above
+error will appear. The error is probably in System.AppDomain:LoadAssembly.
+
+Actual Results:
+Error message, see above
+
+Expected Results:
+Generated assembly file with the resources
+
+How often does this happen? 
+can be reproduced, see attached test case
+
+Additional Information:


More information about the mono-bugs mailing list