Hello,
I have a silverlight application which is hosted within a WCF for purposes of getting at the data access layer. I am trying to convert a UI element on the silverlight side to an image using WriteableBitmap. However when ever I hit .pixels I get a protected error. Most of my research is telling me that this is a cross domain issue, but the WCF is hosted within the WCF and shouldn't that mean they are on the same domain. Any help here would be appreciated.
Thanks,
Derek
Loading
Suthish NairPosted Dec 12, 2010, 11:43 AM
http://forums.silverlight.net/forums/p/148589/331015.aspx
http://forums.silverlight.net/forums/t/118030.aspx
http://forums.silverlight.net/forums/p/202038/471690.aspx
http://www.smartwebcontrols.com/Forums/Default.aspx?g=posts&t=24
j dawgPosted Dec 12, 2010, 10:59 AM
Here is the error I get: "WriteableBitmap has protected content. Pixel access is not allowed."
Thanks,
Derek
Suthish NairPosted Dec 9, 2010, 11:04 PM