Com Interoperability problem(ASP.NET)Urgent
Hi,
I am facing problem while opening word document through ASP.net application. I added the COM reference (Microsoft Word 9.0 Object Library). Still giving me the error:
System.Runtime.InteropServices.COMException(0x800A 175D).Could not open marco storage.
I am getting this error only first time when I run my application. If I run it next time it will not give me any error but after this line:
Word.Document oDoc = WordApp.Documents.Open(ref fileName, ref missing,ref readOnly,ref missing, ref missing, ref missing, ref missing, ref missing,ref missing, ref missing, ref missing, ref isVisible);
It stops working or we can say control get losts.
Sometime it gives me the error âinter.office.dllâ not found exception even though that dll is added in the project.
Regards,
Deepti
__________________
Regards,
Deepti
|