Hi, That is interesting. It looks as though gtk# has dependencies on .NET 1.x, based on the version it's looking for. Do you have .NET 1.1 installed as well as 3.5?
In .NET 1.1, that message can be a red herring in CheckAsm - see http://checkasm.booring.net/blog.html and scroll down to where it says "Expectations". It's about halfway down. Does your hello world app contain references to GTK#? Try removing all references other than System. John On 12 August 2011 13:33, jimevt <[email protected]> wrote: > Hello Again, > A simple Hello World wouldn't run either. > > When I looked at the HelloWorld EXE file with CheckAsm I saw something > interesting: > > The 2nd item in the list is mscorlib Version=2.0.0.0, which has a BLUE > icon and so seems OK. > Scattered amidst the gtk entries are RED icons for mscorlib > Version=1.0.5000.0. When I select one of these entries, the text window in > the bottom says "File could not be found." > > > That looks like the culprit. What can I do to fix it? > > > Thanks! > > JimE. > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Can-t-run-my-EXE-in-Windows-tp3722153p3739114.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
