[Mono-bugs] [Bug 414445] Font cannot deserialized from string

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 5 06:41:39 EDT 2008


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

User kobruleht2 at hot.ee added comment
https://bugzilla.novell.com/show_bug.cgi?id=414445#c6





--- Comment #6 from andrus moor <kobruleht2 at hot.ee>  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.


More information about the mono-bugs mailing list