I send byte [] (image) via wcf to silverlight, and from silverlight to wcf everything works fine as long as byte [] (image) is less than 20 KB, but when it is larger, it doesn’t work when I try to save the image loaded in silverlight , and send it to wcf to save it to the database
i receive: Remote server returned error: NotFound "and the debugger does not reach the save method in the wcf service
source share