4
Answers

This command is not available because no document is open.

Vijay Maurya

Vijay Maurya

9y
1.8k
1
Some body help me 
I got error when we use below code [i m doing .docx to ,htm file coversion meas save file .docx to .htm]
 
 Code is-
Microsoft.Office.Interop.Word.Application app;
app.Documents.Open(ref FileName, ref readOnly, ref missing, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing, ref isVisible, ref missing, ref missing, ref missing,
ref missing, ref missing);
Document oDoc = app.ActiveDocument;
oDoc.SaveAs(ref FileToSave, ref fltDocFormat, ref missing, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing,
ref missing, ref missing);
 
Error is- 

This command is not available because no document is open.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: This command is not available because no document is open.

Source Error:

 Document oDoc = app.ActiveDocument;           
 
Answers (4)
0
Paul Rajs

Paul Rajs

NA 274 15.9k 7y
thank you mr.srikanth
0
Srikant Maruwada

Srikant Maruwada

NA 501 4.4k 7y
You can use UserControl.
 
https://www.aspsnippets.com/Articles/Dynamically-load-and-display-ASPNet-UserControl-using-jQuery-AJAX-and-WebMethod.aspx
 
Please refer the above link.