I'm looking for a list of things left out of the Compact Framework, so I don't have to stumble over each one. For instance, I've just discovered the Message struct is not directly available. No big deal, but I spent an hour thinking I had done something wrong, since all the compiler says is "Are you missing a using statement?".
A:
As they state, it is not a complete reference, but there is a good list on msdn.
chills42
2009-04-13 17:43:58
A:
This is the MSDN article explaining the differences between .NET Compact and regular .NET frameworks.
Ben S
2009-04-13 17:44:43