Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have installed visual studio 2010 professional but it doesnt show the Compile option in project properties so what i need to do to solve that problem?

What I have tried:

I have installed visual studio 2010 professional but it doesnt show the Compile option in project properties so what i need to do to solve that problem?
Posted
Updated 9-Oct-17 21:41pm
Comments
Richard MacCutchan 10-Oct-17 4:29am    
Have you actually created a compilable project?
Karthik_Mahalingam 10-Oct-17 23:42pm    
right click the project and click properties and see the Output type
Hrishikeshkamble 11-Oct-17 10:39am    
Hello.
When i right click and go to the properties it shows as follows

Application
Build
Build Events
Debug
Resources
Services
Setting
Reference Paths
Signing
Security



but dont show Compile option
Karthik_Mahalingam 11-Oct-17 11:43am    
can you post a screenshot of it
Richard MacCutchan 11-Oct-17 11:58am    
That is quite correct, the Build section includes the compilation options. What exactly are you trying to do that you cannot?

1 solution

Look in the build menu or F6 is usually build. F5 to build and run debug

Also there should be a 'start new instance' option on the project menu. Not all project types are executable tho
 
Share this answer
 
v2

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