How do I write a .NET class library that I can recompile for either the regular .NET 3.5 Framework, or the .NET 3.5 Compact Framework?
> The two frameworks aren't binary compatible >
Actually the Desktop version can load and run CF assemblies.