LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Distribution kit error - Error accessing build path

I get the below error when building the Distribution Kit. I even created the missing directories and I still get this error.
 
 
Error accessing build path "h:\GE_Solar_Panel_test\cvidistkit.GE_Solar_Panel_Test \temp\dp\".
Error creating directory "h:\GE_Solar_Panel_test\cvidistkit.GE_Solar_Panel_Test \temp\dp\".
The system cannot find the path specified.
*** End Error Report
**************
 
 
 
Dennis
0 Kudos
Message 1 of 2
(2,712 Views)
It appears that the extra space at the end of your output directory (i.e. "cvidistkit.GE_Solar_Panel_Test ") is causing the problem. I suspect we tell Windows to create the directory with the space at the end, but Windows trims whitespace around the name. Then we try to access the directory, but use the name with the extra space, which does not exist.

If your distribution Output Location ends with "cvidistkit.%name", you just need to change the Application Name field to ensure it doesn't have a trailing space. If your Output Location is "cvidistkit.
GE_Solar_Panel_Test ", just change that path directly.

We'll fix this moving forward. Sorry for the inconvenience.

Mert A.
National Instruments
0 Kudos
Message 2 of 2
(2,708 Views)