Title: Message
I have a project that I built with MonoDevelop and then compiled using
 
mcs -r:gtk-sharp,glade-sharp Main.cs -resource:gui.glade
 
The assembly runs perfectly on Linux but when I bring it over to my Windows XP box that has .NET on it, I get a System.IO.FileNotFound exception. I tried putting the gtk-sharp.dll and glade-sharp.dll into my .NET framework but I still get the error. Is it possible to compile a program with mono and bring it over to a Windows machine that has .NET installed on it and run the assembly without doing anything special?
 
Thanks,
Jared Blake
[EMAIL PROTECTED]
Software Engineer

Reply via email to