Wrong version of .NET Compact Framework?

  • Thread starter Thread starter Zlajoni
  • Start date Start date
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?
 
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.

--------------------
 
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
 
Back
Top