Sharing the EXE which build through Visual Studio Community 2019

Sagar 1 Reputation point
2021-06-21T09:38:28.443+00:00

can we share the exe build using visual studio community version in (Release build) ? is there any problem if we do so ?

Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Vicky Wang 2,741 Reputation points
    2021-06-22T09:39:42.597+00:00

    You need to BUILD your project. This will produce an EXECUTABLE ( The .EXE file you mentioned), assuming you created the project with the correct type.

    Right click on your solution in Solution Explorer in VIsual Studio and select Build. Go to the bin folder under your project folder and look for the EXE.

    See where that takes you and let me know. I will be happy to help you through these first steps.

    If I may say, this is really basic knowledge you are asking about. I suggest you do a quick search on google about .NET programming to familiarize yourself with these concepts. Let me know if you have trouble finding literature and I'll dig something for you.

    1 person found this answer helpful.
    0 comments No comments

  2. Vicky Wang 2,741 Reputation points
    2021-06-29T09:39:12.733+00:00

    Hi,

    Welcome to share your current situation if there are any updates.

    Please feel free to let us know if you need further assistance.

    Best Regards,
    Vicky

    0 comments No comments

  3. Vicky Wang 2,741 Reputation points
    2021-07-02T07:43:45.727+00:00

    Hi,

    Welcome to share your current situation if there are any updates.

    Please feel free to let us know if you need further assistance.

    Best Regards,
    Vicky

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.