Microsoft.Office.Interop.Word.Document won't prompt to save changes to single document without _Application.Quit()
问题 Before I begin, I have googled this to death and there are many posts about how to prevent the save prompt. I am having an issue showing the save prompt. I am building the template editing portion of a document generation system in C#. The system will edit 'dot' and 'dotx' files. Before outlining the problem, the environment I am using for development is running Visual Studio 2010 and Word 2010. It will eventually run on other versions, but i would like to get these versions functional first.