vote up 0 vote down star

Hello!

I have the odd problem that I am not able to open the properties of my .NET projects in Visual Studio. If I try to open it by clicking on the Properties tree node in the Solution Explorer I get the following message:

There is no editor available for '....csproj'. Make sure the application for the file type (.csproj) is installed.

If I try to open the project properties by the main menu nothing happens at all.

I already tried to reset the Visual Studio settings by command line and a repair installation but nothing helped so far.

I use the Visual Studio 2008 in version 9.0.30729.1 SP including the XNA Game Studio 3.0, ReSharper 4.1 and Visual SVN 1.5.1.

It is occurring on all my projects and seems to be a local issue because my co-workers do not have this kind of problem.

Help is much appreciated!

Thanks, Michael

flag

Does it complain when you open a solution that has C# projects in it? – Rob Sanders Dec 4 '08 at 11:57

7 Answers

vote up 0 vote down

devenv /ResetSkipPkgs worked for me Alex Litinsky

link|flag
vote up 0 vote down

Sometimes (I just had it, came here from google, then sovled it) it's local to a specific project when you are trying to open properties; you get the message. Then you can try to close the solution and re-open it.

link|flag
vote up 0 vote down

Open up the .csproj in notepad and check the <ProjectTypeGuids> tag, if it exists then you may not have one of the project types installed.

link|flag
vote up 5 vote down check

Repair installation doesn't worked as I mentioned in my question. The problem was solved by using the command line with

devenv /ResetSkipPkgs

BUT after that I had to reset some of my Resharper settings.

link|flag
vote up 1 vote down

Sounds to me like you need to do a full uninstall and reinstall from scratch. You've likely lost some setting or corrupted some registry key. You can either fish around until you find your errant setting, or you can spend the time to just reinstall.

Don't do a repair install. Remove VS (and the other programs/utilities you mentioned) from your machine and do a clean install.

link|flag
vote up 0 vote down

Do you have SQL Server installed? If so are you accidentally opening the project with the VS2005 shell that's installed as part of SQL Server?

link|flag
SQL Server is installed, thats right but I didn't open the solution with the shell. The sln should in my case be opened by the VS Version Selector. – Mil Dec 4 '08 at 12:03
Yeah but sometimes the Version Selector gets it wrong. I've had it happen to me alot. Make sure the project is being opened in 2008 not 2005. – Cameron MacFarland Dec 4 '08 at 22:27
vote up 0 vote down

Have you installed the C# part of Visual Studio? You might have unchecked it in a custom installation.

link|flag
It is installed. It is not an issue occurring after the installation or at first use. I work with C#, this VS and this computer since 6 months. – Mil Dec 4 '08 at 10:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.