[Mono-bugs] [Bug 550968] Inlining causes exceptions if assembly isn't available

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 29 08:08:20 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=550968

User rkvinge at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=550968#c2





--- Comment #2 from Rolf Bjarne Kvinge <rkvinge at novell.com>  2009-10-29 13:08:19 CET ---
For the record, this is what happens:

> test.sh 

** (A.exe:29044): WARNING **: The following assembly referenced from A.exe
could not be loaded:
     Assembly:   B    (assemblyref_index=1)
     Version:    0.0.0.0
     Public Key: (none)
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly.


** (A.exe:29044): WARNING **: Could not load file or assembly 'B,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its
dependencies.

Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for A ---> System.IO.FileNotFoundException:
Could not load file or assembly 'B, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
File name: 'B, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
  --- End of inner exception stack trace ---

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list