Gomathi Palaniswamy

Gomathi Palaniswamy

  • NA
  • 3.5k
  • 2.2m

How to get stream of document

Jun 21 2011 6:43 AM
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)