Hello all,
I’m currently using the OpenNETCF.Desktop.Communication.dll to copy files from my desktop to a CE device, but I keep getting an error:
‘Could not create remote file’
My development environment is VS2005 (VB.NET)
My code: ObjRapi.Connect() ObjRapi.CopyFileToDevice("C:\results.txt", "\results.txt") ObjRapi.Dispose() ObjRapi.Disconnect()
Has anyone run into this and did you manage to get around it.
Thanks