[MonoDevelop] NRefactory Missing Error in trunk

Andy Selvig ajselvig at gmail.com
Thu Sep 24 12:42:05 EDT 2009


Hi-

I just updated my MonoDevelop source from svn and got an error when
compiling. It complains about not being able to find the NRefactory
assembly. The build was working fine on this machine (Linux Mint 7) just
last week. Here's my build profile:

main
extras/BooBinding
extras/MonoDevelop.Profiling
extras/MonoDevelop.CodeAnalysis
extras/MonoDevelop.Debugger.Mdb
extras/MonoDevelop.Debugger.Gdb

And here's the stack trace from the error:

** (/usr/lib/mono/2.0/gmcs.exe:29543): WARNING **: The following assembly
referenced from
/home/igi/Mono/MonoDevelop-svn/main/build/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll
could not be loaded:
     Assembly:   NRefactory    (assemblyref_index=15)
     Version:    2.1.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
(/home/igi/Mono/MonoDevelop-svn/main/build/AddIns/MonoDevelop.Refactoring/).


** (/usr/lib/mono/2.0/gmcs.exe:29543): WARNING **: Could not load file or
assembly 'NRefactory, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null'
or one of its dependencies.
Stacktrace:

  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool)
<0x00048>
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool)
<0xffffffff>
  at System.Reflection.Assembly.GetTypes () <0x00015>
  at Mono.CSharp.RootNamespace.ComputeNamespaces
(System.Reflection.Assembly) <0x0014e>
  at Mono.CSharp.RootNamespace.ComputeNamespaces () <0x0013b>
  at Mono.CSharp.Driver.LoadReferences () <0x00647>
  at Mono.CSharp.Driver.Compile () <0x00367>
  at Mono.CSharp.Driver.Main (string[]) <0x00083>
  at (wrapper runtime-invoke) Mono.CSharp.Driver.runtime_invoke_int_object
(object,intptr,intptr,intptr) <0xffffffff>


If this is a known problem it's not a big deal, I'll just go back a couple
revs. If this is specific to my setup/platform (I assume most devs use
OpenSUSE), then I'd like to help get it working.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20090924/dbf298ec/attachment.html 


More information about the Monodevelop-list mailing list