Hello everybody
I am using the OpenNETCF to open a VPN connection on my handheld. I am using a LXE MX8 device with an application written in VB.Net. I use the SDF 2.3 and Compact Framework 2.0.
While I try to initialize the connectionManager class i get a "TypeLoadeException":
Private connMgr As ConnectionManager = New ConnectionManager()
At this line the error appears.
The error message i catch in my try block just says "TypeLoadException". I have the OpenNETCF.Net.dll bound to the solution and its installed on the handheld too. I even installed the SDF on the pocket PC.
I already searched the web and the forum in here too, but didnt really got an answer. Does anyone of you know what I am doing wrong or what I forgot to do before using the ConnectionManager?
Thank you for your help