Hi, When I port try to recompile Mono.Cecil for the Compact Framework, I get a compile error in the file BaseAssemblyResolver.cs.
In the method Resolve, a method IsZero is used (line 48). This method does not exist for the compact framework because it is included in the conditional region (line 92 to 184). I suppose that moving the method IsZero out of this conditional region will solve the problem. best regards --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
