Document closing

Is there any way to close an opened document using Syncfusion.DocIO.DLS.WordDocument class?
Cause i get an Cannot open storage Exception because the document was previously opened by Syncfusion.DocIO.WordDocument class

Any Help is appreciated

1 Reply

SK Sarath Kumar G Syncfusion Team July 11, 2007 10:40 PM UTC


Hi Miran,

Thank you for your interest in Syncfusion products.

It is not possible to view or close a opened file. This is because the document generated is opened using the default viewer(Ms-word in this situation) used in the system. It is not possible to open a file with same name more than once using the same viewer. "System.Diagnostics.Process.Start( "Sample.doc" );" statement is used to open the generated word document using the default viewer(Ms-Word) used in the system. This is not related with Essential DocIO. Sorry for the inconvenience caused.

Please let me know for further help.

Regards,
Sarath

Loader.
Up arrow icon