11-19-2014 01:50 AM
Hello,
I've created a application one month ago which was working. Now we have moved the machine to another service in the company (without internal network) and the application fails.
I looked into the code and found that the dll DOMUserDefRef.dll is not found on the parth server (see png dllnotfound), that astonish myself because the dll should be on the C:/ .
So I'd like to change the path into the vi to point on the good dll directly insteand of having a reseach like "DOMUserDefRef.*"
At this moment I go to some viS into the library ni_xml and it ask me for a password (see xmllib.png).
What have been tried:
-restart application
-restart machine
-delete folder xlm into vi.lib the reimplement it
If somebody has an idea how to redirect the dll path or, worst case, giving the password for the ni_xml.lib. I will be grateful 🙂
Mickael
11-19-2014 05:41 PM
Is LabVIEW installed on both machines? Is it the same version of LabVIEW? Problems can arise if you build for one version, but the Run Time for that version is not on the Target.
As to why you cannot open the XML library, I don't know (nor do I understand why you'd want to do so). It looks like you might be trying to look inside something that is password-protected (or else your license doesn't give you access to the internals). But you shouldn't need to do that ...
Bob Schor