Hello, Does Cecil support Compact Framework officially? I found that there is a patch for that but seems like it's not official support.
*Can I use Mono to build applications for the Compact Framework?* Binaries produced by Mono do not contain the same public key expected by the compact framework. The compact framework will refuse to load applications that have been compiled with this key. JB Evain produced a patcher that can be used to modify binaries produced by Mono to run on the Compact Framework, you can find it here<http://evain.net/public/cf-cecil-patcher.cs.html> . Patches binaries will be loaded in the Compact Framework, but if your assembly consumes features that are not present on it, your software will crash Thanks and Best Regards, Michael Sync Don't go the way life takes you. Take life the way you go http://michaelsync.net -- -- mono-cecil
