Load modify OpenNETCF.Net classes to PDA

M

marodri

Hi,

I have modified the source code of the OpenNETCF.Net in order to read
the Signal Strength of an AccessPoint. But when I execute the
application on the PDA the following error is generated:


" Could not load type OpenNETCF.Net.AdpaterCollection (which is the
first class of invoked in my program) from assembly OpenNETCF.Net,
Version=1.0.29004.0, Culture=neutral, PublicKey Tken=null."

I build my application and set the Copy Local to true, and add the
reference to the modifyed OpenNETCF.Net.dll.

How do I load this OpenNETCF.Net.dll to the Pocket PC?

Regards,
Marcela



*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
N

Neil Cowburn [MVP]

Hi Marodri

Do you have any of the OpenNETCF assemblies installed into the GAC on your
device? If so, these will be loaded by the eCLR before any assemblies in
your application directory.

Also, the version number in the signature you provided is wrong. 1.0.29004.0
should actually be 1.0.2904.0, which equates to the Smart Device Framework
1.0.

Another thing, if you are attempting to load this modified assembly into the
GAC it _must_ be signed with a strong name. Unfortunately for you, we hold
the public and private key pair needed to sign an assembly as an authentic
SDF assembly and we are not planning on making this key pair public. It's
our way of protecting our IP rights.

--Neil
 

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