neoleachster
Automotive
- Apr 20, 2012
- 5
I've been trying to compile a VB program that works with Windows XP x32, onto Windows 7 x64. The program basically runs a journal files really, for NX 7.5 to manipulate the CAD parts. The error I'm getting is that it says it can't find "libpart.dll".
Error message:
{"Unable to load DLL 'libpart': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
I've chosen "Any CPU" in the advanced compile options, I've also uncommented the System OS line in the windows application settings, which it says to do so for windows 7.
The target framework (all configurations) is: .NET Framework 4 Client Profile. I've seen that I'm supposed to use version 2.0, but I have had a similar program working with version 4 before so I don't think this is the problem.
In the case before, I had a form which started the console process, and defined the working directory as the root directory of the NX folder. Now however it is just a console application with no user interface.
If anyone has any suggestions it would be much appreciated.
Error message:
{"Unable to load DLL 'libpart': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
I've chosen "Any CPU" in the advanced compile options, I've also uncommented the System OS line in the windows application settings, which it says to do so for windows 7.
The target framework (all configurations) is: .NET Framework 4 Client Profile. I've seen that I'm supposed to use version 2.0, but I have had a similar program working with version 4 before so I don't think this is the problem.
In the case before, I had a form which started the console process, and defined the working directory as the root directory of the NX folder. Now however it is just a console application with no user interface.
If anyone has any suggestions it would be much appreciated.