[Mono-bugs] [Bug 79400][Wis] Changed - Argument is out of range: index
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Sep 17 12:18:06 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jve7gm at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79400
--- shadow/79400 2006-09-14 16:17:34.000000000 -0400
+++ shadow/79400.tmp.30439 2006-09-17 12:18:06.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.0
OS: All
OS Details: Linux
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.Web
AssignedTo: gonzalo at ximian.com
ReportedBy: jve7gm at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -58,6 +58,26 @@
method.
------- Additional Comments From jve7gm at gmail.com 2006-09-14 16:17 -------
Created an attachment (id=17689)
Sample
+
+------- Additional Comments From jve7gm at gmail.com 2006-09-17 12:18 -------
+Update Information:
+The same issue occurs when including a server file that contains a
+scripting tag, e.g.:
+
+main.aspx
+---BEGIN---
+<!-- #include File="something.inc" -->
+---END---
+
+something.inc
+---BEGIN---
+This is some text <% Response.Write("123 parse index error"); %> and
+some more text here.
+---END---
+
+When removing the <% scripting tag from the server side include file
+everything works again.
+
More information about the mono-bugs
mailing list