Namespace

  • Thread starter Thread starter mosh707
  • Start date Start date
M

mosh707

I was running a windows mobile 5.0 C# application to general security
library dll. But some of the abstract classes that are used in the code
are not compatible with windows mobile. If you know a way to solve to
resolve this complication please help.

The classes:

DeriveBytes
KeyedHashAlgorithm
System.Runtime.Serialization
StringCollection
 
It's easy, at least in theory: remove unavailable classes from your code or
replace them with suitable alternatives.

How to do that depends on your code.

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top