H
Hafsteinn Gunnarsson
I am trying do use the OpenNETCF.Desktop.Communication.DLL in my solution. I
am using it as follows:
private void CopyFilesFromPC()
{
RAPI Rapi = new RAPI();
Rapi.CopyFileToDevice(DEST_FILE,SOURCE_FILE,true)
}
When calling the constructor I get the following Error:
System.MissingMethodException' occurred in
OpenNETCF.Desktop.Communication.dll
Any Ideas?
am using it as follows:
private void CopyFilesFromPC()
{
RAPI Rapi = new RAPI();
Rapi.CopyFileToDevice(DEST_FILE,SOURCE_FILE,true)
}
When calling the constructor I get the following Error:
System.MissingMethodException' occurred in
OpenNETCF.Desktop.Communication.dll
Any Ideas?