Following is the lucky code that works fine
Word.Document docObject
Word.ApplicationClass word_app = new Word.ApplicationClass()
docObject.Close(ref vk_false, ref vk_missing, ref vk_missing);
word_app.NormalTemplate.Saved = true;
word_app.Quit(ref vk_missing, ref vk_missing, ref vk_missing);
word_app = null;
GC.Collect();
javascript:void(0)
Help from Microsoft
http://support.microsoft.com/kb/285885
Blog about technology and general post. Sharing my experience of the Contact Center world
-
There comes a time when the Standard DB dips and query just isn’t enough and one requires to pass parameters to a Stored Procedure and get p...
-
Integrating a Simple ASP.NET SOAP Web Service with Genesys URS using the Web Services Block Introduction Genesys within its routin...
-
VBScript to restrict only one instance of application is running For this example I have used Notepad (notepad.exe) ' Process.vbs ...
No comments:
Post a Comment