how to turn visual studio windows forms project into an application?
Posted
by Pieter888
on Stack Overflow
See other posts from Stack Overflow
or by Pieter888
Published on 2010-03-17T13:25:09Z
Indexed on
2010/03/17
13:31 UTC
Read the original article
Hit count: 176
Hey everyone,
I programmed an hour-sheet application and now I would like to publish it so people can install and run it.
I've tried the publish function of visual studio 2008 but this gives me a clickOnce application/installer that's really confusing, but it works when I run it, but when I export the installer to another pc it installs it crashes at the end of the install.
so I tried just coping the installed files but then the program crashes at startup.
Is there a simple way to compile the application to a simple standalone executable or maybe containing a separate folder containing the resources (images/classes)?
© Stack Overflow or respective owner