Hey... I just go Visual Studio 2005. I had a few problems that i read about online and i was able to fix them. But there is one problem that won't go away. I can not open the properties window for a project. I right click on the project name and go to properties and nothing happens... Does anyone know of a way to solve this problem?
Visual Studio 2005 problem
umm isn't there a general option i remember for the project options, rather than clikcing on the project in that toolbox on screen, within one of the menus im pretty sure there i a project options item
This is because VS thinks the properties window is already open. By default it's in the bottom right corner (at least in '03). If it has got lost somehow then try going to view > properties window or try hitting F4.
When i hit F4 it just highlights the properties in the bottom right hand corner... I am talking about the new properties window that opens up in VS 2005. here is a link to a picture of it...
http://www.c-sharpcorner.com/Code/2005/May/VS20056.gif
If anyone can figure this problem out that would be much appreciated.
http://www.c-sharpcorner.com/Code/2005/May/VS20056.gif
If anyone can figure this problem out that would be much appreciated.
I found a solution....
run devenv.exe with the /ResetSkipPkgs flag
this solves the problem... incase anyone else runs into this problem.
run devenv.exe with the /ResetSkipPkgs flag
this solves the problem... incase anyone else runs into this problem.
