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

John Ludlow john.ludlow.uk at gmail.com
Fri Aug 12 09:37:04 EDT 2011


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 <jaeuvt at gmail.com> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list