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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=414445#c6





--- Comment #6 from andrus moor <[EMAIL PROTECTED]>  2008-08-05 04:41:39 MDT ---
Yes, it is failing on Vista Business SP1. From .NET it runs OK in this
computer.

In real application I changed XML in this sample from

          <FormData xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"";
xmlns:xsd=""http://www.w3.org/2001/XMLSchema"";>
            <Location>
              <X>10</X>
              <Y>20</Y>
            </Location>
            <ClientSize>
              <Width>1008</Width>
              <Height>703</Height>
            </ClientSize>
            <SplitterDistancePercent>0</SplitterDistancePercent>
        Arial, 12pt

        </FormData>
        ")]

to correct XML

          <FormData xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"";
xmlns:xsd=""http://www.w3.org/2001/XMLSchema"";>
            <Location>
              <X>10</X>
              <Y>20</Y>
            </Location>
            <ClientSize>
              <Width>1008</Width>
              <Height>703</Height>
            </ClientSize>
            <SplitterDistancePercent>0</SplitterDistancePercent>
        </FormData>
        ")]

But exception still occurs.

I have also in coworker computer XP SP3 installed.
If you really need I can try in this computer also.


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

Reply via email to