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
J
jiturinku
@jiturinku
Posts
-
Could not open macro storage. -
Can I use static variable in a page?hi, if u want to access that variable on post back u have to define that variable as static . bye
-
Crystal Reportshi mcgannmcgann , I have a one link about crystal report i thik i will give u better understanding still if u will face problem in crystal report reply again... link--> http://www.codeproject.com/aspnet/crystal\_report.asp jitendra
-
input type=text problemHi, For Internet Explorer u can do following... Open ie...Click on Tools->Internet Options ->Content -> AutoComplete-> Here, Click on "Clear Forms" and "Clear Passwords" The next time u will not get the list of previously entered stuff.. I think this will solve ur problem... :-D Thank you..