It turns out that System.Drawing.Bitmap cannot be serialized accross the wire, which means that you need to convert it to a byte[] on one end, and re-serialize on another. This is, of course, done using MemoryStream, but it’s very hard to get the encoding right on the sending end, so the best bet for the web service is to use the Bitmap
|
5
proggs |
Monday, October 05, 2009 12:43:03 PM GMT
Saturday, October 03, 2009 4:03:50 PM GMT
|




Комментариев нет, оставьте первый комментарий.