i have the following error:
An unhandled exception of type 'OpenNETCF.Desktop.Communication.RAPIException' occurred in opennetcf.desktop.communication.dll Additional information: No connected device
any suggestion ?
my code is:
Dim mRapi As RAPI
mRapi = New RAPI
mRapi.Connect(True, 5) ' true
mRapi.CopyFileToDevice("c:\prueba.txt", "\prueba.txt", True)