Silverlight clipping a string on mac

Posted by Haris on Stack Overflow See other posts from Stack Overflow or by Haris
Published on 2010-05-27T19:45:25Z Indexed on 2010/05/29 11:22 UTC
Read the original article Hit count: 379

hello, I am facing a very strange issue in my silverlight app on all browsers on mac but it is working perfectly in all windows browsers.

in my silverlight app there is a scenario in which I create a very long text string and then pass it to a wcf service which then saves the string in a text file server. the issue is that in mac every time string is clipped after about same location. but it is working perfectly fine in all browsers on windows.

btw in silverlight I am using string builder to build the string.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Silverlight