OpenNETCF.Net MissingMethodException

  • Thread starter Thread starter nzpcmad
  • Start date Start date
N

nzpcmad

I am running Win CE 4.1 / Visual Studio 2003 / C#.

I am trying to use ConnectionManager but when I run it on my device, I
get a "MissingMethodException". I have included OpenNETCF.Net.dll and
OpenNetCF.dll as part of the CAB file and they are present on the
device.

Some of the posts seem to suggest that this function is only available
on PPC?

Is this true? If so, should it not complain when I add it as a
Reference?

If not true, what am I doing wrong?

Many thanks
 
Connection Manager is indeed Windows Mobile (Pocket PC and Smartphone)
specific.
The OpenNETCF.Net.dll can be added as a reference, it doesn't perform any
platform checks, it also includes other functionality which is available on
vanilla CE.NET devices such as RFUtils.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top