How to do if Visual Studio IDE cannot display project properties page?
Posted by Admin L in .NET Programming on 30-10-2014.
© Nosa Lee
_____________________________________
Presentation
* Select a project in Solution Explorer, there is no response when click <Properties> button.
* If double-click “My Project”, prompts this: “There is no editor available for ‘*.vbproj’. Make sure the application for the file type (.vbproj) is installed.”.
Solution
Step 1: Run “Visual Studio 2008 Command Prompt” from the Start menu.
Step 2: Input “devenv /resetskippkgs” and press <Enter>.
Note: I use Visual Studio 2008.