Could not open macro storage.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am trying to generat Word file in asp.net web application when i am generating word file in windows application its working fine but when i trying to generate word file in web application it generate following error "Could not open macro storage." ..... Line where the error occur oWord = new Word.Application(); oWord.Visible = true; oDoc = oWord.Documents.Add(ref oMissing, ref oMissing,ref oMissing, ref oMissing); """ This line Give error """" Please give solution for that .. thanks in advance jitendra