Silverlight clipping a string on mac
- by Haris
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.