CODEDIGEST InstallShield
Home Articles CodeDigest Tutorials InstallShield FAQs
Skip Navigation LinksHome » FAQs » 'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.   You are not logged in.
Search
 

Sponsors
InstallShield
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

Community News
No News Feeds available at this time.
 
'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
Submitted By Bala Murugan
On 7/24/2009 9:36:58 AM
Tags: Interview Questions,KB,Visual Studio  

'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
To open it, please use a version that supports this type of project.

Follow the below steps to resolve the above error.
Click Start> All Programs > Visual Studio 2008 > Visual Studio Tools > Click Visual Studio 2008 Command Prompt. Type the below command and press enter.

devenv.exe /resetskippkgs

Executing this command should solve your problem.