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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76432 --- shadow/76432 2005-10-16 08:55:02.000000000 -0400 +++ shadow/76432.tmp.1529 2005-10-18 14:14:31.000000000 -0400 @@ -10,13 +10,13 @@ Component: Basic AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] Summary: XSP fails to compile webservices XSP fails to compile sample webservice asmx's, or any others. To replicate: @@ -59,6 +59,28 @@ Effectively, XSP is "broken" on win32 for the 1.1.9.x series (I understand that it's a compiler thing, but that's the effective outcome). Otherwise I guess this bug is resolved/fixed? Correct? If there's some way I can help test please let me know, however I'm not up to the task of building from HEAD on win32 (I have HEAD on my linux machine). + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-18 14:14 ------- +I believed that this bug was in the compiler tokenizer, but it turns +out it is not. + +It might be something below, encoding wise, but I do not remember +which patch fixed this problem, might be something related to the +encoding state. + +Basically the problem is that the input stream gets "ng" instead of +"obin" in this line: + +MimeXmlBinding mxb = (MimeXmlBinding) obin.Output.Extensions.Find + ^ + | + Here the lexer on Windows is + returning ng instead of obin. + +Am CCing a few folks, maybe they can remember what patch fixes this. + + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
