having a problem with visualstudio the solution explorer
- The tree is causing problems in solution explorer. It sometimes skips a few and makes blank rows.
In order to get it to behave a lot of times I have to collaps the tree and re-expand. Otherwise there are blanks.
Joe
Answers
- foxjazz2 said:
The tree is causing problems in solution explorer. It sometimes skips a few and makes blank rows.
In order to get it to behave a lot of times I have to collaps the tree and re-expand. Otherwise there are blanks.Hi Joe,
Please try these suggestions to fix the IDE issues.
1. Tools menu -> Import and Export Settings -> Reset all settings
2. Create a new project, do you have the issue?
Sometimes corrupted project settings can cause problems.
3. Disable Add-ns (e.g. “Tools” | “Add-in Manager”) and run “devenv.exe /safemode”.
This can eliminate the possibility that third party Add-ins are causing problems.
4. Apply the latest service packs of Visual Studio and .NET Framework.
Visual Studio 2008 Service Pack 1
Visual Studio 2008 Express Editions with SP1
5. General guidelines to fix VS IDE issues.
http://social.msdn.microsoft.com/Forums/en/vbide/thread/15a42319-26f2-4a17-9943-f6feda086322/
Illustration: The normal Solution Explorer pane in Visual Studio IDE.
Best regards,
Martin Xie
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer byMartin Xie - MSFTMSFT, ModeratorThursday, March 26, 2009 9:21 AM
All Replies
- foxjazz2 said:
The tree is causing problems in solution explorer. It sometimes skips a few and makes blank rows.
In order to get it to behave a lot of times I have to collaps the tree and re-expand. Otherwise there are blanks.Hi Joe,
Please try these suggestions to fix the IDE issues.
1. Tools menu -> Import and Export Settings -> Reset all settings
2. Create a new project, do you have the issue?
Sometimes corrupted project settings can cause problems.
3. Disable Add-ns (e.g. “Tools” | “Add-in Manager”) and run “devenv.exe /safemode”.
This can eliminate the possibility that third party Add-ins are causing problems.
4. Apply the latest service packs of Visual Studio and .NET Framework.
Visual Studio 2008 Service Pack 1
Visual Studio 2008 Express Editions with SP1
5. General guidelines to fix VS IDE issues.
http://social.msdn.microsoft.com/Forums/en/vbide/thread/15a42319-26f2-4a17-9943-f6feda086322/
Illustration: The normal Solution Explorer pane in Visual Studio IDE.
Best regards,
Martin Xie
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer byMartin Xie - MSFTMSFT, ModeratorThursday, March 26, 2009 9:21 AM
- Thank you very much !!!
:)


