Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello,
So I have some questions about publishing a console project in VS 2015.

Does everyone who runs my application need to have anything like .Net Framework installed?

Whats the best way to publish it if I want to upload it to somehwere like mediafire?

And finally please also explain how to publish it because I can only find tutorials and how to's to the VS 2010 version.

Thank you very much!

What I have tried:

Doing it the same way as in MS VS 2010 IDE.
Posted
Updated 14-Jan-17 0:06am

1 solution

Quote:
Does everyone who runs my application need to have anything like .Net Framework installed?
Yes. C# will not run without the appropriate .NET framework installed. However, any "proper" installer will automatically download and install that on computers that do not have it, and various version of Windows include various versions of .NET with the OS.
Quote:
Whats the best way to publish it if I want to upload it to somehwere like mediafire?
Use an installer - this may help: How to: Publish a ClickOnce Application using the Publish Wizard[^]
Quote:
please also explain how to publish it because I can only find tutorials and how to's to the VS 2010 version.
This VS extension may help if you want to go that route: Microsoft Visual Studio 2015 Installer Projects[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900