How to Publish an Application – C# C Sharp Visual Studio 2010
In this tutorial I show you several different methods on how to publish your latest and greatest application from Visual Studio 2010. WEBSITE: www.Quack-Ware.com FORUMS http FREE CODE SNIPPETS www.freecodesnippets.com
January 18, 2012 | Filed Under Visual Basic Tutorials
Comments
25 Responses to “How to Publish an Application – C# C Sharp Visual Studio 2010”
Leave a Reply
You must be logged in to post a comment.
@WindowsPCVideos 2 settings in Project Properties are what matter:
Application tab: Target framework [2,3,3.5,4, etc]
Build tab: Platform target [x86,x64, Any CPU]
For a box to be able to run your app, it must have the Target framework runtime installed.
Also, if you use any DLL’s or ActiveX controls that are only x86 compiled, then if you want to install the app on an x64 box, your target platform must be x86.
Both Vista, and Win7 can, and will run x86 applications, even running x64 OS.
Thank you very much for this tutorial
Wow. Thank you for a great tutorial. I tried reading through a book and it was difficult. This was great!
Thank you for this nice tutorial… I’ve just started working with VS 2010 and your videos are really helping me :) Thanks again, mate!
When i try to run my program at my other computer it dosent know wich program to use in oder to read it, why is that? what am i doing wrong? and how do i fix it?
(Ofc did EXACTLY as you did show)
lolnoob?
use “release” not debug! >_<
Do u relly need that setup.exe to set up your program…. Why cant you just open the application directly no need of set up
thank you for tutorial :)
cooool!!! your tutorials on visual studio and c# are the best on youtube please continue them!!!
thank you for the tutorial =D
Funny you didn’t go back and create an annotation on your video for the slip-up where you said “not sure really what release is for, but whatever”. The difference is important for publishing apps. I’m sure you know now after the comments here. Always use release to avoid the bloated debug modes when publishing apps to the world. Debug is fine for beta testing or your own internal testing, but that’s it. Otherwise, your video was useful to find the Windows Installer default project in VS2010.
@IBreakYourFace713 you get some features on publish that you can’t get without. just go to the normal publish and look around and you’ll get it
Sooo… Express Edition doesn’t have the “Other Project Types” templates? D:
Awesome video. It’s way too damn complex to get a sign install file/exe for applications I’m making. One thing I’ve noticed though is that setup.exe will not install without the msi present. The msi can install by itself though. So … what the heck is the point of the setup file? Totally unnecessary.
@QuackWare hey i dont have add projects
were is it in 2010 ore do i have to download it
im trying to publish my application to my website in google sites!! but when i go to my other computer to go download it it says some files are missing and to contact the advisor PLEASE HELP TRIED EVERYTHING! MAKA A TUTORIAL!!! PLEASE
is it possible to run a visual c sharp application in a computer without visual studio installed on it? thanks
Cheers! You saved me so many hours with this.
i cant find new project in add
helped a lot thanks!
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
@puremaths729 yes of course, but wont be able to edit the source code.
when you click on the exe file, with what program do you open it?
I don´t have the template, do I have to download it, and if so where?