Bug list for VS 2005?

  • Thread starter Thread starter Rob R. Ainscough
  • Start date Start date
R

Rob R. Ainscough

Does anyone know where there is a known issues list with VS 2005 including
VB.NET and ASP.NET with .NET framework 2.0?

Found another potential bug yesterday with the VS 2005 IDE, it seems to get
confused about indenting source code in any Web Application projects. From
within VS 2005 IDE - Tools | Options | Text Editor | Basic | Tabs -
Indenting is NOT set to any of the radio button options (None, Block,
Smart). If I set it to Smart all my Web App projects will double the
indentation (set at 4) to 8 spaces rather than 4. If I set it to Block it
will do 4 spaces but then I obviously don't get smart indents.

Would like to add this issue to the long list -- if such a list exists??
Somebody somewhere must be keeping track of potential VS 2005 problems?
Please don't say "report this to Microsoft support" because we all know that
is not a realistic option and a futile waste of time -- last thing I want to
do is talk to someone in India that doesn't speak good English and reads
scripted response queues.

Rob
 
Hello Rob,
Does anyone know where there is a known issues list with VS 2005
including VB.NET and ASP.NET with .NET framework 2.0? [...]
Would like to add this issue to the long list -- if such a list
exists?? Somebody somewhere must be keeping track of potential VS 2005
problems? Please don't say "report this to Microsoft support" because
we all know that is not a realistic option and a futile waste of time
-- last thing I want to do is talk to someone in India that doesn't
speak good English and reads scripted response queues.

Rob, you can search for your suspected bug at http://lab.msdn.microsoft.com/productfeedback/Default.aspx,
or even create a new bug report.

Cheers,
 
Back
Top