Click here to Skip to main content
15,867,771 members
Articles / Web Development / ASP.NET
Article

Visual Studio.NET Blank Property Browser Bug

Rate me:
Please Sign up or sign in to vote.
3.69/5 (6 votes)
14 Aug 20041 min read 80.7K   16   17
Visual Studio.NET 2003 version's property browser goes blank, I found the remedy and I have made an Add-in to resolve this bug.

Introduction

Visual Studio .NET Blank Property Browser Bug

What is blank property browser bug?

In Visual Studio .NET 2003 version, IDE shows properties of selected object/file in Property Browser window. Sometimes this window only shows properties of UI elements and does not show anything for HTML elements or installer file settings etc. This misbehaviour starts after creating some installer project in Visual Studio.

The following figure shows how Property Browser should show settings of a project.

Image 1

And following figure shows the blank Property Browser, which occurs in Visual Studio .NET 2003 version.

Image 2

So far I do not know why it occurs, but I found out way to resolve by hook or crook. I switched user and saw that it was working well when I started Visual Studio .NET first time, but from next subsequent types it started showing blank Property Browser. Then I understood that it does store something to user's data registry or directory which affects this behaviour.

Then I deleted registry / files one by one to find out, when Visual Studio shows Property Browser properly. So after number of experiments I found out that deleting C:\Documents and Settings\USER\Application Data\Microsoft\VisualStudio\7.1 makes Visual Studio .NET work properly. I mean to say that if we delete entire folder of Visual Studio settings folder then Property Browser works perfectly. But this folder is created every time when Visual Studio exits.

So I created Visual Studio .NET Add-in which works with Visual Studio and when Visual Studio exits it automatically deletes the settings folder which makes Property Browser work efficiently all time. However this may not store your personalized setting of change of UI elements of Studio.

The Add-in is available for download for FREE of charge here.

More about me.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Programmer with WILL

Comments and Discussions

 
QuestionProperty Browser is Blank Pin
Michael John Chua Tak1-Apr-21 19:42
Michael John Chua Tak1-Apr-21 19:42 
GeneralVS 2005 Pin
gettingbored3-Aug-09 0:30
gettingbored3-Aug-09 0:30 
GeneralAnother solution Pin
Gigi B.28-May-07 9:31
Gigi B.28-May-07 9:31 
GeneralTry this before anything Pin
ananth22218-Sep-06 10:30
ananth22218-Sep-06 10:30 
GeneralMatrox PowerDesk's "save/restore windows positions" feature destabilizes Windows applications. Pin
Brooks Harris18-Sep-06 5:10
Brooks Harris18-Sep-06 5:10 
GeneralThe Real Solution Pin
JusMe7-Dec-05 10:37
JusMe7-Dec-05 10:37 
QuestionAny other ideas? Pin
Pittyman29-Apr-05 3:59
Pittyman29-Apr-05 3:59 
AnswerRe: Any other ideas? Pin
shabnamsyd17-Sep-05 2:19
shabnamsyd17-Sep-05 2:19 
GeneralRe: Any other ideas? Pin
swilliams28-Oct-05 4:10
swilliams28-Oct-05 4:10 
GeneralI gave you a 5... Pin
Member 9615-Apr-05 16:59
Member 9615-Apr-05 16:59 
GeneralRe: I gave you a 5... Pin
shabnamsyd17-Sep-05 2:18
shabnamsyd17-Sep-05 2:18 
GeneralRe: I gave you a 5... Pin
Member 9617-Sep-05 3:29
Member 9617-Sep-05 3:29 
GeneralRe: I gave you a 5... Pin
shabnamsyd17-Sep-05 3:57
shabnamsyd17-Sep-05 3:57 
GeneralRead the article guidelines: Pin
Rob Graham15-Aug-04 14:49
Rob Graham15-Aug-04 14:49 
GeneralRe: Read the article guidelines: Pin
Akash Kava15-Aug-04 19:21
Akash Kava15-Aug-04 19:21 
GeneralProblem on your site with download. Pin
ASerfes15-Aug-04 5:18
ASerfes15-Aug-04 5:18 
GeneralRe: Problem on your site with download. Pin
Akash Kava15-Aug-04 7:31
Akash Kava15-Aug-04 7:31 

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.