[Mono-list] How register on GAC or MONO_PATH

Fabrício skarllot at hotmail.com
Sat May 12 14:08:16 EDT 2007


I try to run a gnome-sharp dependent application, but without success:

===============================================================================================
** (runner.exe:2144): WARNING **: The following assembly referenced from E:\Mono Projects\monodevelop-0.13.1\Core\src\build\run test\MonoDevelop.Ide.dll could not be loaded:
     Assembly:   gnome-sharp    (assemblyref_index=14)
     Version:    2.8.0.0
     Public Key: 35e10195dab3c99f
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 (E:\Mono Projects\monodevelop-0.13.1\Core\src\build\run test).


** (runner.exe:2144): WARNING **: Could not load file or assembly 'gnome-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

** (runner.exe:2144): WARNING **: Missing method get_UI in assembly E:\Mono Projects\monodevelop-0.13.1\Core\src\build\run test\MonoDevelop.Ide.dll, type Gnome.Modules Stacktrace:

  at Startup.Program.Main (string[]) <0xffffffff>
  at Startup.Program.Main (string[]) <0x00030>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff>

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
===============================================================================================

The question is, how I register gnome-sharp on Global Assembly Cache or list on the MONO_PATH?
PS: My gnome-sharp.dll was copied manually to "gtk-sharp.2.0" folder.

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070512/1a6a5f9b/attachment.html 


More information about the Mono-list mailing list