05-11-2011 08:55 PM
i was already packaged a teststand sequence,but it did not work in the other PC which was setup the Testand 4.2.1 and Deploy Teststand System !
Error is as follows:
05-11-2011 09:06 PM
My guess is your search directories aren't set up correctly. All code modules have to be reachable by your search directories.
05-12-2011 01:00 AM
Make sure you have all dependancies loaded on the other system, such as hardware drivers.
05-12-2011 03:53 AM
Thanks all !
i had solved it. but i had the another question. i
the error code :
Error: The following VIs or Project Libraries have duplicate names
You must change the names or add them to project libraries:
C:\Windows\System32\user32.dll while Processing VIs...
user32.dll while Processing VIs...
how can i do for it?
05-12-2011 03:24 PM
Jack,
Generally different questions should go in a different thread so that when people browse and search the forums they know that one thread is only tied to one issue.
Do you have two copies of user32.dll running around? That's what it sounds like. Otherwise you have 2 VIs named the same thing.
Is this during deployment? Like when you build the deployment?
Thanks,
05-12-2011 07:54 PM - edited 05-12-2011 07:55 PM
i like that only have a Vi which was used of the User32.dll,waitting for a moment ,i will check it!
thanks for your help!
05-12-2011 10:51 PM
if i did't select the "Deploy files in testtand public directories" checked then it will not display the error!
why???
05-13-2011 07:35 AM
Are you trying to deploy user32.dll? Normally you wouldn't need to deploy it since it is a Windows dll. I believe it is unchecked by default for including in a deployment. Can you try unchecking it and seeing if the problem goes away?
It shows up when you deploy the TS Public directories because something inside of there is calling into it.