Click here to Skip to main content
15,888,025 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
after writing code how can i build that code into software. can anyone help me.
Posted
Comments
Sergey Alexandrovich Kryukov 16-Jan-13 2:05am    
Sorry, this question makes no sense at all. If you write code, it's already software. Maybe you mean something else...
—SA
prajwal rao 16-Jan-13 2:31am    
sir am bad i my communication. sorry.
Sergey Alexandrovich Kryukov 16-Jan-13 13:04pm    
No problem with that. If you explain you problem the way it can be addressed, I will help. Did you try to ask how to use your assembly by another assembly? — this happens all the time is one of the fundamental bases of .NET and CLR; by a native-code module? — possible but much harder...
—SA
prajwal rao 16-Jan-13 23:42pm    
solution number 2.... abhinav sir got my question properly... and his solution is correct....

Very simply, go to project properties / application and check if the Output type is an executable.
Then from the Build menui, select build or rebuild options (or simply press Ctrl + Shift + B).

If your build succeeds, you will get an exe file in your bin folder.
Note that this would be the case when you have not changed the output assemblies path in project properties.
 
Share this answer
 
Comments
prajwal rao 16-Jan-13 2:22am    
ya sir i got that bin folder and even i got that exe file. now what to do wit it...??
prajwal rao 16-Jan-13 2:53am    
Thanks allot sir i got it.....:)
Abhinav S 16-Jan-13 3:29am    
You are welcome.
 
Share this answer
 
Comments
prajwal rao 16-Jan-13 2:53am    
Thank you
Suvabrata Roy 16-Jan-13 4:09am    
You most welcome

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