Click here to Skip to main content
15,896,915 members
Articles / Programming Languages / C# 3.5
Tip/Trick

Cannot Get Project Properties Page to Show (Microsoft VS C# 2008)

Rate me:
Please Sign up or sign in to vote.
4.83/5 (3 votes)
30 Nov 2015CPOL 11.2K   2   4
Practical solution

Introduction

This short advice can save a lot of time searching for solutions: 'How to open project properties page (Microsoft VS C# 2008 or other) if it did not load?'

Advice

  1. Open <View><Output> window 'YourNameProject' Microsoft Visual Studio.
  2. Try open Progect Properties Page (<Project><YourNameProject Properties...> or <Solution Explorer><Click Right Button Mouse YourNameProject><Properties>). Is not opened?
  3. See output in the Output window. I have for example: "The Visual Studio Settings and Project Designers Package ({67909B06-91E9-4F3E-AB50-495046BE9A9A}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt." The key solution it's a string type 'devenv /resetskippkgs' at the command prompt.
  4. Copy/paste devenv /resetskippkgs to Run command prompt (click <Start button of Windows><Run><OK>).
  5. Microsoft Visual Studio is running.
  6. In Start Page, open 'YourNameProgject' and now you have access to the Properties Page 'YourNameProject'.

History

  • Published 01/12/2015

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Israel Israel
8 years experience working as a Software Developer.
Use C#, Visual Basic, Java.

Comments and Discussions

 
QuestionMicrosoft VS C# 2008 in 2016? Pin
EveryNameIsTakenEvenThisOne30-Nov-15 21:02
professionalEveryNameIsTakenEvenThisOne30-Nov-15 21:02 
AnswerRe: Microsoft VS C# 2008 in 2016? Pin
Bob Stoom30-Nov-15 23:45
professionalBob Stoom30-Nov-15 23:45 
AnswerRe: Microsoft VS C# 2008 in 2016? Pin
Wombaticus1-Dec-15 0:15
Wombaticus1-Dec-15 0:15 
AnswerRe: Microsoft VS C# 2008 in 2016? Pin
dandy722-Dec-15 8:15
dandy722-Dec-15 8:15 
Look at the comments on VS2015 in the lounge, then go ahead and convince the rest of us we should all jump on that bandwagon ASAP.

I've only moved to VS2013 last year or so for my personal projects, almost purely because of its support for edit-and-continue in x64 mode. Otherwise...I was still pretty happy with it.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.