5
proggs
опубликовано 332 дн., 12 ч., 5 мин. назад продвинуто XaocCPSXaocCPS 334 дн., 8 ч., 44 мин. назад
Monday, October 05, 2009 12:43:03 PM GMT Saturday, October 03, 2009 4:03:50 PM GMT

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

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

Чтобы послать комментарий, пожалуйста войдите или зарегистрируйтесь