https://bugzilla.novell.com/show_bug.cgi?id=461214


           Summary: Incorrect error reporting.
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


Our error reporting sometimes masks the real problems.

In this case, it kept pointing out to the first line of an ASP.NET page,
complaining that this was unexpected:

<%@ Page Language="C#" %>

The reality is that a few hundred lines below I had:

  <title>Mono <%true%></title>

Instead of <%=true%>

Very confusing error, it took forever to find.   But in general, this happens
in a lot of places, not only this one.  This just happens to be the first time
I decided to report it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to