http://bugzilla.novell.com/show_bug.cgi?id=601431
http://bugzilla.novell.com/show_bug.cgi?id=601431#c9 Marek Safar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|C# |JIT AssignedTo|[email protected] |[email protected] Product|Mono: Compilers |Mono: Runtime Target Milestone|--- |SVN Summary|error referencing dll |Assembly::GetType is | |loading very aggressively --- Comment #9 from Marek Safar <[email protected]> 2010-04-30 16:23:36 UTC --- ->runtime is loading very aggressively. Note: This can happen quite often with trunk gmcs until the bug is resolved. Here is the full output ** (../gmcs.exe:15377): WARNING **: The following assembly referenced from /home/marek/svn/mcs/mcs/temp/Microsoft.Hpc.Scheduler.dll could not be loaded: Assembly: Microsoft.Hpc.Scheduler.NodeManagement (assemblyref_index=3) Version: 2.0.0.0 Public Key: 31bf3856ad364e35 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 (/home/marek/svn/mcs/mcs/temp/). ** (../gmcs.exe:15377): WARNING **: Could not load file or assembly 'Microsoft.Hpc.Scheduler.NodeManagement, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. ** (../gmcs.exe:15377): WARNING **: Invalid type Microsoft.Hpc.Scheduler.Scheduler for instance field Microsoft.Hpc.Scheduler.RemoteCommand:scheduler Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:Get Types (System.Reflection.Assembly*,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at Mono.CSharp.RootNamespace.ImportAssembly (System.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0 at Mono.CSharp.RootNamespace.ImportTypes (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0 at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0 at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0 at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0 at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
