Y
Yosh
I am new to using the Smart Device Framework v1.2.
In the framework, I am using the OpenCFNET.Net.CommunicationManager class. When I run the following code below I get the exception "An unhandled exception of type 'System.MissingMethodException' occurred in ConnectionManager.exe."
OpenNETCF.Net.ConnectionManager cm = new ConnectionManager();
OpenNETCF.Net.DestinationInfoCollection col = cm.EnumDestinations();
Can someone please help me understand why I am getting this error.
Thanks!
In the framework, I am using the OpenCFNET.Net.CommunicationManager class. When I run the following code below I get the exception "An unhandled exception of type 'System.MissingMethodException' occurred in ConnectionManager.exe."
OpenNETCF.Net.ConnectionManager cm = new ConnectionManager();
OpenNETCF.Net.DestinationInfoCollection col = cm.EnumDestinations();
Can someone please help me understand why I am getting this error.
Thanks!