Click here to Skip to main content
15,921,548 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to create .exe file for my project which is windows application and in vb.net.

i tried to run the application from obj\release. but its showing so many errors some just in time error.

and even i tried to create a set up file from visual studio

file-add- new project-other project types-setup and deplyoment

but i cant find the option only other project types.

i am using visual studio 2008 express edition.

can anyone help me please.

please i request you.
Posted
Comments
sudeshna from bangkok 30-Jul-13 3:04am    
please can anyone suggest me please.please
Richard MacCutchan 30-Jul-13 3:30am    
The first thing you need to do is correct your errors.
sudeshna from bangkok 30-Jul-13 3:43am    
how will i correct those errors? my project is running properly from debug process but cant run from release
Pheonyx 30-Jul-13 3:52am    
what errors are you getting? My psychic abilities are failing today so I can't magically see your screen.
sudeshna from bangkok 30-Jul-13 6:56am    
i have posted the error,now plz can you help me?

The Express editions of Visual Studio only support ClickOnce deployment and don't support all of the project types found in the larger editions.

If you want to package your application without using ClickOnce, you'll need a third party installer creation application, like InnoSetup, or Advanced Installer, Wix, InstallShield, ...
 
Share this answer
 
Comments
sudeshna from bangkok 30-Jul-13 22:44pm    
ya i searched the net also and found that visual studio express eition doesnt support all the project types. then to get other project types,what do i do?
Dave Kreskowiak 30-Jul-13 23:10pm    
I think that's pretty obvious. Buy a full edition of Visual Studio.
sudeshna from bangkok 30-Jul-13 23:29pm    
instead of buying is there no option of downloading? my requirement is just to create the set up file so that it can be used in other's computer by running just the exe file
Dave Kreskowiak 30-Jul-13 23:38pm    
Are you deaf?? NO, YOU CANNOT DOWNLOAD THEM FROM ANYWHERE! The Express editions of VS do not have the designer support for those projects even if you could download them.

I already told you what your options are. You MUST use a third party product to build a stand-alone installer.
sudeshna from bangkok 30-Jul-13 23:44pm    
installing either of innosetup,adanced installer will solve my problem? or do i have to make necessary changes again after installing a third party installer?
 
Share this answer
 
Comments
sudeshna from bangkok 30-Jul-13 4:14am    
the link which you gave 1st link. after reseting all the settings, then in the 2nd line its written choose Visual C# Development Settings or General Development Settings.

where do i chose this from? where do i get the development settings?
Syed Shabeer 30-Jul-13 5:23am    
close it and re-open again. You will be prompted to change settings.

http://msdn.microsoft.com/en-us/library/vstudio/6k364a7k(v=vs.90).aspx

Google/Help yourself for getting through the questions you got in mind. Let me know if google is not sufficient enough.
sudeshna from bangkok 31-Jul-13 0:46am    
i have installed inno set up,now what do i do? how to create installer for my project? can you please help me
sudeshna from bangkok 30-Jul-13 5:41am    
no,i am not prompted with any changes when i re open again. i did google also but cant find exact solution
sudeshna from bangkok 30-Jul-13 5:59am    
i alo reinstalled my visual studio 2008 express edition but that other project types option not coming only

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