Visual studio publish..

mattheo baaij 21 Reputation points
2022-06-05T00:23:07.62+00:00

so i used visual studio a while back to create simple windows form apps

but now that i created one and i try to publish it / build it into a single EXE
i dont get the option, i can only pick to publish it online or something or that users have to use a disc or download?
i just want an exe that runs the program, like i am used to but im completely lost right now.

im not a developer company im a hobby dude trying to make something xD

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,828 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 81,721 Reputation points
    2022-06-05T01:25:59.67+00:00

    In a .NET Framework project, if you do [Build] in Release Configuration,
    it will produce a single .exe, if you don't use any external package or DLL
    The .exe will just need the matching version of the .NET Framework Runtime on the target computer (4.8 for the last one)

    0 comments No comments

0 additional answers

Sort by: Most helpful