word is getting closed for some system
问题 I am using word interop api in outlook addins for reading word file. This is working fine for office 2010 with windows 8 and windows 10. but for some of windows 7 (x64) system with office (x86) i am facing problem that word is getting invisible after sometime. I guess this is happening because when i am seeing task manager it opens only one instance and i am doing following operation on word Private Shared ObjwordApp As Word.Application ObjwordApp = New Word.Application() ObjwordApp.Visible =