[Gtk-sharp-list] developing in linux, running in Windows

Andrea Colanicchia Andrea Colanicchia <andrea.colanicchia@gmail.com>
Wed, 20 Oct 2004 21:10:14 +0200


Hi all,
I've compiled an application on Linux, following the tutorial online:
http://primates.ximian.com/~edasque/projects/Tutorial/glade2.html

Now, i want run it on Windows.

I've installed these package:
.NET framework 1.1
GTK-Sharp Runtime 1.0.2
Mozilla 1.7.3

When I try to run the "MyBrowser" application I have those errors:

-------------------------------------------------------------------
Unhandled Exception: System.IO.FileNotFoundException: File or assembly 
name geck
o-sharp, or one of its dependencies, was not found.
File name: "gecko-sharp"
    at GladeApp..ctor(String[] args)
    at GladeApp.Main(String[] args)

=== Pre-bind state information ===
LOG: DisplayName = gecko-sharp, Version=1.0.0.0, Culture=neutral, 
PublicKeyToken=ccf7d78a55e9f021 (Fully-specified)
LOG: Appbase = C:\Documents and Settings\Ruggero\Desktop\
LOG: Initial PrivatePath = NULL Calling assembly : Mybrowser, 
Version=1.0.1754.30307, Culture=neutral, PublicKey Token=null.
===

LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from 
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: gecko-sharp, Version=1.0.0.0, 
Culture=neutral, PublicKeyToken=ccf7d78a55e9f021
LOG: Attempting download of new URL file:///C:/Documents and 
Settings/Ruggero/Desktop/gecko-sharp.DLL.
LOG: Attempting download of new URL file:///C:/Documents and 
Settings/Ruggero/Desktop/gecko-sharp/gecko-sharp.DLL.
LOG: Attempting download of new URL file:///C:/Documents and 
Settings/Ruggero/Desktop/gecko-sharp.EXE.
LOG: Attempting download of new URL file:///C:/Documents and 
Settings/Ruggero/Desktop/gecko-sharp/gecko-sharp.EXE.
--------------------------------------------------------------


How can I install Gecko# on Windows?

Thanks in advance, Andrea.