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


           Summary: Index out of range exception in Unit.cs
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: 64bit
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Description of Problem:


Steps to reproduce the problem:
1. Open with MonoDevelop a project writen in .NET 2.0 using master pages, user
controls, AJAX, SiteMap etc.
2. Compiles fine
3. Run the project


Actual Results:
"Array index out of Range" in file Unit.cs line 86

Expected Results:
See the default.aspx page

How often does this happen? 
Always

Additional Information:

The exception is thrown form line 86 in file Unit.cs (located in
mono-1.9.1/mcs/class/System.Web/System.Web.UI.WebControls directory)

Line 86: if(value[i] == '-'){

The problem is caused in line 84 to 85 ( there is possibility for  i to be = to
count, which is out of range)


-- 
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