Hi 2006/11/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hello all, > > please have a look at the error message below. > It´s frustrating when even such easy code doesn´t work out of the box. > I guess it´s an environment variable problem or so. > > Thanks for any help, > Eric > > PS: Using mono-1.1.18-gtksharp-2.8.3-win32-0.exe > > D:\projects\mono\test>helloworld.exe
Try: D:\projects\mono\test>mono helloworld.exe > > Unhandled Exception: System.IO.FileNotFoundException: Could not load > file or ass > embly 'gtk-sharp, Version=1.0.0.0, Culture=neutral, > PublicKeyToken=35e10195dab3c > 99f' or one of its dependencies. Das System kann die angegebene Datei > nicht find > en. > File name: 'gtk-sharp, Version=1.0.0.0, Culture=neutral, > PublicKeyToken=35e10195 > dab3c99f' > at GtkHelloWorld.Main() > > WRN: Assembly binding logging is turned OFF. > To enable assembly bind failure logging, set the registry value > [HKLM\Software\M > icrosoft\Fusion!EnableLog] (DWORD) to 1. > Note: There is some performance penalty associated with assembly bind > failure lo > gging. > To turn this feature off, remove the registry value > [HKLM\Software\Microsoft\Fus > ion!EnableLog]. > _______________________________________________ > Gtk-sharp-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > Otherwise, the MS .NET (and not Mono) environment takes care of the execution. Once you have that working, you can test it on MS .NET 1.1 by installing one of these files: [1] Novell Gtk-Sharp Installer for MS.NET 1.1 (Runtime version) [2] Novell Gtk-Sharp Installer for MS.NET 1.1 (Developmenet version) Jesus bless you, Victor Rivarola [1] http://forge.novell.com/modules/xfcontent/private.php/gtks-inst4win/Win32%20Runtime%20Installer/v2.7.1/gtksharp-runtime-2.7.1-win32-0.4.exe [2] http://forge.novell.com/modules/xfcontent/private.php/gtks-inst4win/Win32%20Installer/v2.7.1/gtksharp-2.7.1-win32-0.5.exe -- FANÁTICO "Por cuanto eres tibio, y no frío ni caliente, te vomitaré de mi boca." Apocalipsis 3:16 LOCO "Porque la Palabra de la Cruz es locura para los que se pierden; pero a los que se salvan, esto es, a nosotros, es poder de Dios." 1 Corintios 1:18 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
