Visual studio not recognizing NX imports
Visual studio not recognizing NX imports
(OP)
I am new to visual studio and I am trying to complile a file to a dll. I am wondering if I have to add something for visual studio to recognize the NX imports. I am getting an error on every line that references an object or class for NX. All the vb or windows stuff seem to be fine.





RE: Visual studio not recognizing NX imports
If you are unsure...If you click on the "References" tab in visual studio on the left hand side you should see the references to the default framework dll's such as system, system.data etc. You need to add the dll's that you are importing in your code aswell. The NX ones side under the UGII/managed/ folder.
RE: Visual studio not recognizing NX imports