When I right-click on a resource file in Visual Studio 2008, I get the following message:
There is no editor available for 'D:\MyPath\MyProject\Resources.de.resx'. Make sure the application for the file type (.resx) is installed.
Any idea on how to solve this issue? By now, I am stuck with opening the resource files as XML text.
I am working with Visual Studio 2008 Professional Edition.
Update:
Unfortunately (for me), uninstalling and installing again Visual Studio 2008 Professional Edition and its service pack did not solve the problem.
Incidentally, I cannot see any C# Project Properties page, either. When I try to show them, nothing happens.
Update 2:
I finally solved my problem. FWIW, I added an own answer explaining how.