Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I try to open the source copied from my different machine I got the following error "Project type is not supported by this installation"

But it shows Project type is not supported by this installation ..

My guid is --- > FAE04EC0-301F-11D3-BF4B-00C04F79EFBC


Where's the problem ? Please Resolve.. Thank you
NOTE : this is ASP.net project
Posted
Updated 1-Jan-15 20:15pm
v2
Comments
Sergey Alexandrovich Kryukov 2-Jan-15 2:05am    
Who needs your GUID? Sorry, you did not provide any useful information except the fact that it as ASP.NET.
—SA
Vicky Siddharth 2-Jan-15 2:18am    
Mr. @Sergey , When I try to open the source copied from my different machine I got the following error "Project type is not supported by this installation"
Arjsrya 2-Jan-15 2:19am    
Please check which visual studio version is used to develop the project.They might have used different version of visual studio version or different framework version that's why you are getting this error.

1. Open the .csproj file in Notepad.
2. Check the tools version[Framework].

Eg: <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

1 solution

There are several reason to get this error "Project type is not supported by this installation"

1) Need to check your source machine Visual Studio Version, is it differ then your destination machine VS version?

2) Some time you install Sql server in your system at that time it will also install light wait instance of VS having only capability of creating database project only, this is not happens in your case.

3) Check you destination VS, is it supporting to create any new project of ASP.NET or not with your required .NET framework or not?



To solve the issue, please re-install your VS on desired system having capability to create Project with your requirement like ASP.Net Web forms, C# Windows application etc.
 
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