5
Answers

How to get stream of document

Hi,

I am using silver light 3 and vs2008.Here how to get stream of word dcoument.

I have tried below code to get stream.It not getting stream.its always returning null value.

var str = Application.GetResourceStream(new System.Uri("/RadControlsSilverlightApplication1;component/document.docx", System.UriKind.RelativeOrAbsolute));
Answers (5)