Visual Studio Error Message ...


Visual Studio
Application Not Installed

This dialog box appears with the error "The application for project <project> is not installed. Make sure the application for the project type (<projectextension>) is installed."

Workaround

  • This dialog box appears because a product required to open the specified file was not found. It is common for this error to occur when attempting to open a project file that cannot be opened with the installed version of Visual Studio. For example, attempting to open a Visual C# project file with Visual Basic 2005 Express Edition will open this dialog box.

To workaround this error

  • Install the correct version of Visual Studio.

See Also

Other Resources

Tags :


Community Content

Red-Devile
final version of Web Deployment Projects for Visual Studio 2008
I install vs2008, after open our old project . I get message as:
The project file:'D:\dev\DMSAdmin\DMSAdmin_delpy\DMSAdmin_delpy.wdproj' cannot be opened because its project type (.wdproj) is not supported by this Visual Studio....
After I read more from Google, I thought VS2008 should have Web Deployment Projects(WDP) installed. is it correct? Or I need install it by download?
thanks.
Tags : contentbug

PonyJohn
Reset VSPackage load errors

If you have the correct edition of Visual studio you can try running:

devenv.exe /ResetSkipPkgs

This will ensure that Visual Studio tries to load all VSPackages defined.


me_mod
Same error when try to open up reports project.

WhenI try to open the reports project developed on Visual Studio 2005 in Visual Studio 2008 I'm getting this error.

I think by installing Servie Pack 1 might solve this problem. Any more ideas from anyone on this error?

Tags :

Red-Devile
Visual Studio 2008 .vbproj will not open on Windows 7

Our projects created with Visual Studio 2008 Professional on Windows XP and Windows Server 2003 will not open with Visual Studio 2008 Professional on Windows 7. We the the error "'project file path' cannot be opened because its project type (.vbproj) is not supported by this version of the application. To open it, please use a version that supports this type of project.". The installed version is Microsoft Visual Studio 2008 9.0.30729.1 SP on Windows 7 Ultimate.


Page view tracker