vote up 1 vote down star

I am compiling a Winforms app for use with Mono and using the .Net stuff built into Visual Studio 2008 for a Winforms app. Everything works fine, but I'd like to run without the terminal window opening.

Do I need to use gmcs to get this line to work:

-target:winexe

as seen here? Or can I do it with the built-in commands that Visual Studio uses for .Net?

flag

62% accept rate

1 Answer

vote up 2 vote down

In VS, make sure the project type is set to "Windows Application" and not "Console Application" on the project properties page.

If that doesn't fix it, try using monow.exe instead of mono.exe to run the application.

link|flag
Hmmm... there's no monow on OSX. I wonder if this is just a non-issue on OSX anyway? T/hanks for that answer. – yar Aug 2 at 0:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.