Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

Friends i have install visual studio 2010 but now when i am starting it it not showing me project and web component can you please tell me what i do in this :( :( :( i have uninstall it again i have install this but same problem i am facing please help :(( :(( :((
Posted
Updated 15-Sep-10 22:58pm
v2
Comments
Sunasara Imdadhusen 16-Sep-10 4:39am    
Which options you was selected during installation? (Custom or Full)
aayu 16-Sep-10 4:57am    
full
Sunasara Imdadhusen 16-Sep-10 5:07am    
Where it is not showing Projects and Web component?
aayu 16-Sep-10 5:10am    
yes
Sunasara Imdadhusen 16-Sep-10 5:16am    
i mean to say how could you know it is not showing?

1 solution

Hopefully I can help -- see if I understand your question correctly.

You had another version of Visual Studio installed and had projects that you created, etc.

You installed Visual Studio 2010 and when it starts the screen shows no projects. Am I on the right track so far?

If so....clean installs of Visual Studio does not care if you have any projects in a prior version. Why? Because they must be converted to the new development environment. To be safe and make sure you are not trashing that which cannot be done do this:

Create a folder on your hard drive and name it Projects 2010.
Put all of your old projects in the folder from your original Visual Studio project folder. (Make sure all files have been checked out if they are in source control)

Start VS2010.

Do Open Existing Project...browse to C:\Projects 2010 and open one of your old projects.
You will get the Welcome screen for converting to VS2010.
Let it convert and assuming you have no problems, save it and repeat until you have processed all of your projects.

Now you will see all of your projects when VS2010 opens.
 
Share this answer
 

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