I created a window service to put all of my TIFF files into database and stored them as Byte[]. Now I want to be able to display them through Silverlight Image control
I dynamically load Silverlight class library projects on demand. (DLLs in a zip). This is not the problem...the problem seems to be that I have to manually copy开发者_如何学运维 the pdb file(s) of th
Due to some datastorage limitations (noSQL) I need to store images as strings. How can I serialize the image Bitmap to string and back.
I have a viewmodel class that provides a property MediaFile of type FileInfo and i want to bind 开发者_StackOverflow社区the property to the Source property of a MediaElement.
I\'ve had some experience with the new RichTextBox in Silverlight 4 and I was wondering if anyone knew of a good equivalent/example in HTML5?
I have a Silverlight web application(4.0) with a select file open dialog, however I get this error when the user selects a file : \"File operation not permitted Access to path \'\' is denied\"
edit: I\'m rewriting almost the entire question because I realized the question was incorrect and confusing. I apologize for this, but the question had incorrect assumptions that made it impossible to
I have a view named Work.xaml. This Work.xaml contains multiple WorkSkeleton.xaml. The Work.xaml\'s ViewModel is WorkViewModel.
Please explain what a Silverlight 开发者_StackOverflow中文版plugin is.Is it a single xap file, a xaml file, a dll, or what? Please elaborate.
I have some methods which are not compiled with Silverlight framework but are very essential for execution of SL workflow(by workflow, I mean to process my application completely). What is the best/qu