[Mono-list] Can't run my EXE in Windows

John Ludlow john.ludlow.uk at gmail.com
Thu Aug 11 08:00:03 EDT 2011


It's possible this isn't related to the state of .NET at all.  You
could add some output (either Console.Writeline or MessageBox.Show,
depending on what type of application it is) which should tell you
whether your application is at least able to load.

Another possibility is to use something like ILSpy or CheckAsm to
determine if all the dependencies for your application are present.

A third possibility is to set up a new "hello world" project with the
same build target (.NET 3.5) but no real code, and see if that fails
with the same error.

John

On 11 August 2011 07:18, Stifu <stifu at free.fr> wrote:
> No, no.
> It's "GTK# for .NET" which is at version 2.12.10, not "GTK#" for ".NET
> 2.12.10" (a .NET version which doesn't exist, anyway).
>
>
> jimevt wrote:
>>    Wait a minute - if the GTK# is for .NET 2.12.10, does that mean that I
>> my compilation should be targeting .NET 2.12.10?
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Can-t-run-my-EXE-in-Windows-tp3722153p3735055.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list