J
joelcochran
I am trying to use OpenNETCF.Desktop.Communications to copy a file from
my PC to my Device. I have a Windows Application solution that
includes the OpenNETCF.Desktop.Communications project and references
its output. The app compiles and executes, but throws the following
runtime error on the CopyFileToDevice() method:
"Could not create remote file Specified procedure could not be found"
I tracked it into RAPI.cs and the error is thrown on
<code>
remoteFile = CeCreateFile(RemoteFileName, GENERIC_WRITE, 0, 0, create,
FILE_ATTRIBUTE_NORMAL, 0);
</code>
It seems that a reference or something is missing, but why would it
compile? Is there something more I should have installed? Is there
perhaps a runtime or something missing on the device? I just don't
know where to look next...
Thanks,
Joel
my PC to my Device. I have a Windows Application solution that
includes the OpenNETCF.Desktop.Communications project and references
its output. The app compiles and executes, but throws the following
runtime error on the CopyFileToDevice() method:
"Could not create remote file Specified procedure could not be found"
I tracked it into RAPI.cs and the error is thrown on
<code>
remoteFile = CeCreateFile(RemoteFileName, GENERIC_WRITE, 0, 0, create,
FILE_ATTRIBUTE_NORMAL, 0);
</code>
It seems that a reference or something is missing, but why would it
compile? Is there something more I should have installed? Is there
perhaps a runtime or something missing on the device? I just don't
know where to look next...
Thanks,
Joel