Imports Microsoft.Office.Interop
.....
Public wordObj As Word.ApplicationClass
.......
some function()
If wordObj Is Nothing Then
wordObj = New Word.Application
end if
end function
[Note : reference library is word 11.0]
i am getting following error .
can any one help me ?????
*******************************************************************
An unhandled exception of type 'System.IO.FileNotFoundException' occurred
in MyEditor.exe
Additional information: The specified module could not be found.
********************************************************************
--
Message posted via
http://www.dotnetmonster.com