0 votes
by (120 points)
edited

Please help, just bought full package 2014 R 1 ....Now we want to run a build to deploy on the Denso 1200 BT running Windows CE. I am getting an error message with putfiles...."Local Item Doesn't Exist"

1 Answer

0 votes
by (144k points)
edited

This error is reported when the source file specified by PutFile method's 'localPath' argument does not exist. To check whether the localPath is a proper file path, call System.IO.File.Exists(localPath) before calling the PutFile method and make sure it returns 'true'.

If this doesn't reveal any problem the file seems to actually exist (but PutFile still fails), please let us know!

...