Wrong version of .NET Compact Framework?

Z

Zlajoni

When I try to run my app on the device, I get the folowing message:

Error
This application(appname) requires a newer version of the Microsoft
..NET Compact Framework then the version on this device.

Detailes:
TypeLoadException
Could not load type
System.Security.Cryptography.Icrypto
Transform from assembly mscorlib,
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=964365463142355324

I am running Windows CE.net

Anybody knows what I am missing?
 
P

Pavel Treskunov [MSFT]

Microsoft .NET Compact Framework v 1.x does not provide functionality
present in System.Security.Cryptography namespace.
(perhaps your application/assembly is referencing Desktop Framework)

Pavel Treskunov
..NET Compact Framework
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
S

Sergey Bogdanov

Are you sure that PuclicKeyToken has this value? Actually it's really
strange because mscorlib for CF has "969db8053d3322ac" and mscorlib for
Full Framework has "b77a5c561934e089" public key tokens...

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 

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