Discussion:
VS .Net 2005 - Number of Errors showung
(too old to reply)
jd
2005-10-22 18:51:28 UTC
Permalink
How can you increase the number of errors shown in the error window.
Carlos J. Quintero [VB MVP]
2005-10-24 08:51:18 UTC
Permalink
In VS.NET 2003 I think it is limited to 102, it is a good amount to start
fixing them... normally several are related to the same cause and once you
fix it, several of them disappear.
--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
Post by jd
How can you increase the number of errors shown in the error window.
Michael D. Ober
2005-10-24 13:59:15 UTC
Permalink
You shouldn't need to. To fix them, start at the first error in the list
and fix it. VS 2005 will background compile and update the error listing.
With each corrected error, the list will change. Sometimes it will get
shorter and other times it will lengthen if your fix needs to be propagated
to other parts of your code.

Mike Ober.
Post by Carlos J. Quintero [VB MVP]
In VS.NET 2003 I think it is limited to 102, it is a good amount to start
fixing them... normally several are related to the same cause and once you
fix it, several of them disappear.
--
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
http://www.mztools.com
Post by jd
How can you increase the number of errors shown in the error window.
Loading...