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
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.
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.
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?
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.
I don´t have the template, do I have to download it, and if so where?
asken999 1 month ago
@asken999 I have the same issue. This tutorial is old so maybe there is another way maybe?
McbainGames 3 weeks ago
@McbainGames Yeah lets hope so. It seems like that you need to have the pro version (or something like that) to get those templates. :(
asken999 2 weeks ago
when you click on the exe file, with what program do you open it?
MetalSio 1 month ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
helped a lot thanks!
xhexnxryx 3 months ago
i cant find new project in add
LtcdanProduction 4 months ago
Cheers! You saved me so many hours with this.
wozzec 4 months ago
is it possible to run a visual c sharp application in a computer without visual studio installed on it? thanks
puremaths729 4 months ago
@puremaths729 yes of course, but wont be able to edit the source code.
ItsPhucK 2 months ago
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
calledwayne 5 months ago
were is it in 2010 ore do i have to download it
flaggis97 5 months ago
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.
DragonRe 6 months ago
Sooo... Express Edition doesn't have the "Other Project Types" templates? D:
xin0710 7 months ago
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.
ciphernemo 8 months ago
thank you for the tutorial =D
imSabaTH 8 months ago
cooool!!! your tutorials on visual studio and c# are the best on youtube please continue them!!!
7fractal 10 months ago
thank you for tutorial :)
glebels 1 year ago
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
IBreakYourFace713 1 year ago
@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
DrPokiaka 7 months ago
lolnoob?
use "release" not debug! >_<
KingLuto 1 year ago
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)
dracco4heads 1 year ago
Thank you for this nice tutorial... I've just started working with VS 2010 and your videos are really helping me :) Thanks again, mate!
gbizstation 1 year ago
Wow. Thank you for a great tutorial. I tried reading through a book and it was difficult. This was great!
Bconnelly2660 1 year ago
Thank you very much for this tutorial
xxxxxphilipxxxxx 1 year ago
Please Need to know how to publish c# application online on PHP Server not just create the file and run it on local machin don't waste my time.
TheYene 1 year ago
Great video. Thanks for the help!
zare302 1 year ago
as you completed uninstall, why do you still have tutorial folder on your desktop?
trotskij4 1 year ago
How do you publish to a different operating system. Because im using windows xp. And people on vista cannot use my programs.
Priestleeey 1 year ago
@Priestleeey true. I am having these problems and no one uses vista anymore now since there's Windows 7.
WindowsPCVideos 1 year ago
@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.
DittoGlen 1 year ago
where did you get those templates, i don't have those (maybe it's because i have the express edition?)
chromebeats 1 year ago
@chromebeats I was going to ask this question too. I have the express edition. Is this why?
WindowsPCVideos 1 year ago
@WindowsPCVideos yes
chromebeats 1 year ago
If you want to send it to your friend, do they need to have the .net framework to run it?
MrApplseed 1 year ago
@MrApplseed Yep, they need the .net framework that your application is built on. Most users (If they have XP SP3 atleast) have 2.0 I believe.
QuackWare 1 year ago
@QuackWare hey i dont have add projects
metaleditor 5 months ago