Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello to all .
I am making the project as coding in c# and designing in silverlight3.

As we know that there is a word in a silverlight3..

when I open ".doc" file in silverlight3..

It is not opening in the correct format...

silverlight3 word is only supporting ".rtf" file..

How it will support .doc file

Any idea then plz tell me

Removed <b></b> tags from question.
Posted
Updated 2-Jan-10 0:18am
v2

1 solution

wrote:
As we know that there is a word in a silverlight3..


Do we ?

wrote:
silverlight3 word is only supporting ".rtf" file..


Correct

wrote:
How it will support .doc file


It does not. Not even a little. Nor does .NET in general, or WPF. You can only 'support' Word by using the Microsoft libraries that allow your code to work with Word, if it is installed on the client machine. As Silverlight is sandboxed, I doubt it will ever be possible for Silverlight to check and work with Word on a client machine. Your best bet would be to have Word on your server, send it the files, and then use Word to convert to RTF for viewing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900