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 <[email protected]> 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 - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
