CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 7/17/2007 2:34:53 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 17 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
dehaggard
Asp.Net User
VS 2005 Error List -- List All ASP.NET files?7/17/2007 2:34:53 PM

0/0

Here's a scenario An ASP.NET application has a page with 2 UserControls, "ucA" and "ucB". Both ucA and ucB have coding errors. Only ucA is open in the editor.

In VS 2003, the Error List would show errors from both ucA and ucB, even though ucB was not open. The Error List would be fully updated when you attempted to build. This was a pain to some people, but I liked it.

In VS2005, the Error List only shows errors from ucA, the one that is open in the editor. Errors from ucB do not show in the Error List, unless you build. But with .NET 2.0, we don't have to build an ASP.NET application. In fact, in some cases that may not be desirable.
So, you fix the errors from the List in ucA. You don't see the errors from ucB until you try to run your web page, and it crashes. Weed through the stack trace to see that it was ucB that failed. Open ucB in the editor, and the Error List is built.

Is there any way to get VS 2005 to dispaly all the errors from all pages and controls, without having to open them all in the editor? Not a problem with my example of one page with 2 controls. But my real world has over 900 pages and controls, and it's a major pain not to have a full Error List, and have it crash at runtime.

Maybe in VS 2008 they could put in an option to show errors from all files or in open files only?


David Haggard


NewCovenant Consulting
Javier Luna
Asp.Net User
Re: VS 2005 Error List -- List All ASP.NET files?7/19/2007 5:48:21 AM

0/0

You would have to install Visual Studio Service Pack 1.


from Villa El Salvador for world!
dehaggard
Asp.Net User
Re: VS 2005 Error List -- List All ASP.NET files?7/19/2007 5:00:14 PM

0/0

Javier Luna:

You would have to install Visual Studio Service Pack 1.

 I already have Service Pack 1 for Visual Studio installed.
David Haggard


NewCovenant Consulting
Benson Yu - MSF
Asp.Net User
Re: VS 2005 Error List -- List All ASP.NET files?7/20/2007 3:03:01 AM

0/0

Hi David,

I know the inconvenience this feature brings to you. However, I think it is by design. It is because automatically scan all the code files in project or solution and list their errors in error list may result in IDE performance issue for big project.

Actually, I agree with you that adding an option to enable or disable the feature is a good idea. Please go to our Connect Project portal and report your suggestion:
http://connect.microsoft.com/VisualStudio

Our engineers are actively collecting feedbacks from customers. From this channel the product team will receive your feedback and evaluate the feasibility.

Thank you for working closely to improve our products.

 


Sincerely,
Benson Yu
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005
Professional ASP.NET 2.0 XML Authors: Thiru Thangarathinam, Pages: 566, Published: 2005
Beginning ASP.NET 2.0 in C# 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1148, Published: 2006
Beginning ASP.NET 2.0 in VB 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1063, Published: 2006
Professional ASP.NET 2.0 Databases Authors: Thiru Thangarathinam, Pages: 504, Published: 2007
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Mastering Web Development with Microsoft Visual Studio 2005 Authors: John Paul Mueller, Pages: 822, Published: 2005
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Programming C#: Building .NET Applications with C# Authors: Jesse Liberty, Pages: 644, Published: 2005

Web:
VS 2005 Error List -- List All ASP.NET files? - ASP.NET Forums Re: VS 2005 Error List -- List All ASP.NET files? 07-19-2007, 1:48 AM. Contact ... Re: VS 2005 Error List -- List All ASP.NET files? 07-19-2007, 1:00 PM ...
Hide Errors from Visual Studio 2005 Error List - ASP.NET Forums In Visual Studio, I have various items in my error list such as: ... I found you can either just close all the HTML (or aspx) files you are ...
Step-By-Step Guide to Converting Web Projects from Visual Studio ... NET 2003, and then start Visual Studio 2005. On the File menu, click Open File, ... check the Task List window to see if any conversion errors are reported. ...
how to list all databases in asp.net ? : Microsoft, visual studio ... then after selecting a database i want to show a list of all tables in that databases . ... Email Clients; File Sharing; New Net Users; Search Engines ...
CoDe Magazine - Article: ASP.NET 2.0 and Visual Studio 2005: You ... Validation errors are grouped in the same error list as a ... If you open an ASP .NET Web project, it pulls in any and all files below that project folder. ...
Visual Studio 2005 - Warning in the Error List Window - .NET VB Visual Studio 2005 - Warning in the Error List Window. ... to Help Cut Costs in the Slow Economy · Dragging and Dropping Files Into your C#.NET Program ...
Dot Net Tips & Tricks: List all ReadOnly files in a directory ... List all ReadOnly files in a directory using C# (.NET) .... Free Online Training for Visual Studio 2005, SQL Server 2005 and ASP.NET 2.0 · patterns ...
Feature List - MonoDevelop To display the solution pad, click on the "View/Error List" menu option. .... ASP.NET server controls added to aspx files have corresponding members ...
CodeProject: Migrating Web Application VS 2003 - VS 2005. Free ... At this point if we view the "Error List" windows in the VS 2005 IDE, we can see many .... Multiple File Upload With Progress Bar Using Flash and ASP.NET ...
ASP.NET 2.0 and VS 2005 - You win some, you lose some Apr 19, 2006 ... My list of small but time sapping little bugs in VS2005 Web Designer .... If you open an ASP.NET Web Project it pulls in any and all files ...




Search This Site:










source safe nazi

is there a way by using web.config element? to block access to xml files on server.

reading a file from local pc

code behind help

x.509 certificates

newbie problem: compilation error

dnn offshore developers

webpart title ??

problem using dal/sql in dnn3

help me for last login date

how can i filter my gridview results with a checkbox list?

httpcontext... what is this animal?

trapping errors

remove items

asp.net 2.0, ajax, sql server 2005 host?

how to create strong name in coding

treeview onselectedindexchange client side event question

authentication provider issue

mssql to mysql

not install web controls to use these controls?

how can i show web parts based on a user role

i have 2 problems maybe someone can help me....

setting applicationname dynamically

changes to web.config file

google adsense for search on asp.net page?

viewing asp.net pages from macintosh os

converting sessions from asp to asp.net

the 'nullvalue' attribute for xs:attribute is not supported in this context

how to redirect the other web page instead of login.aspx ? thanks!

drop down menu control in asp.net

 
All Times Are GMT