04-20-2006 12:32 PM
I have an application which updates some shared variables declared in different libraries.
The application is running on a computer with win2000 sp4, with DSC run-time 8. Everything worked well, but after some days the computer was restarted and one of the libraries wasn’t deployed anymore. We cannot deploy any library anymore, the “Deploy Library.vi” returns error code 1. I installed again the DSC run-time system but I get the same error.
can anyone give any suggestion?
thanks
04-21-2006 04:36 PM
I am assuming that you are trying to deploy this library programmatically and not manually? If so, make sure that the library you are trying to deploy contains only shared variables. It is currently a known issue that libraries containing anything other than shared variables (VIs, CTLs, etc,) will return an error 1 when programmatically deployed. This issue is being investigated and corrected by LabVIEW R&D, but for the time being, if a library must be programmatically deployed instead of manually, then it can only contain shared variables.
Kind Regards,
04-22-2006 09:59 AM