I upgraded from Studio .Net 2003 to 2005. My solution has 2 web services and
2 web sites. They work fine on my local workstation.
I installed .Net 2.0 and WSE 2.0 on the development machine as well as
updated the ASP.NET tabs in INETMGR.
Now, I cannot get the development server to run due to:
BC30041: Maximum number of errors has been exceeded
Source Error:
[No relevant source lines]
When I expand the compiler output, I have pages of errors.
How can I get the IDE to show ALL of my errors and warnings for the ENTIRE
solution? It seems every time I leave and return to the IDE it shows more
warnings.
Signed,
Frustrated with Upgrade
BigJohn - 15 May 2006 16:31 GMT
I meant to write "WSE 3.0" which is the .Net 2.0 version.
> I upgraded from Studio .Net 2003 to 2005. My solution has 2 web services and
> 2 web sites. They work fine on my local workstation.
[quoted text clipped - 18 lines]
> Signed,
> Frustrated with Upgrade
Carlos J. Quintero [VB MVP] - 16 May 2006 14:58 GMT
There is some limitation in the number of errors displayed (around 102 or
similar). In VS 2005 you have errors (that will need a fix) and warnings.
- You can hide the warnings of the Error List clicking the "n" Warnings
button on that window.
- You can customize which warnings to ignore in the properties page of the
project.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
>I upgraded from Studio .Net 2003 to 2005. My solution has 2 web services
>and
[quoted text clipped - 19 lines]
> Signed,
> Frustrated with Upgrade