jmarkus
Mechanical
- Jul 11, 2001
- 377
I would like to run a journal, without having to compile it, which references Microsoft Word functions, using:
I have the DLL in the same folder as my journal .vb code, but NX complains:
Is this even possible? Am I supposed to have the DLL in a different location?
Thanks,
Jeff
Code:
Imports Microsoft.Office.Interop.Word
I have the DLL in the same folder as my journal .vb code, but NX complains:
Warning: Namespace or type specified in the Imports 'Microsoft.Office.Interop.Word' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Is this even possible? Am I supposed to have the DLL in a different location?
Thanks,
Jeff