B
Bob Steele
I'm getting the following error during the class initialization of the
Microsoft Word 11.0 Object Library.
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
sparser.exe
Additional information: The specified module could not be found.
----------------------------
The same error is generated in the 9.0 version of the same library. This is
code that was previously working (untill I upgraded office from 2000 to 2003
version)
The offending line of code is:
private Microsoft.Office.Interop.Word.ApplicationClass vk_word_app = new
Microsoft.Office.Interop.Word.ApplicationClass();
Does anyone have an idea what file its trying to load so that I can include
it in my path? Or any other ideas?
Microsoft Word 11.0 Object Library.
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
sparser.exe
Additional information: The specified module could not be found.
----------------------------
The same error is generated in the 9.0 version of the same library. This is
code that was previously working (untill I upgraded office from 2000 to 2003
version)
The offending line of code is:
private Microsoft.Office.Interop.Word.ApplicationClass vk_word_app = new
Microsoft.Office.Interop.Word.ApplicationClass();
Does anyone have an idea what file its trying to load so that I can include
it in my path? Or any other ideas?