OpenNETCF.Net MissingMethodException

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
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top