Hello, my device is using .Net Compact Framework 3.5. It looks like this version has not been included into the Mono.Cecil.TargetRuntime enumeration (it contains Net_1_0, Net_1_1, Net_2_0, Net_4_0 but no Net_3_5). This is the reason I get an exception after this method is called: Mono.Cecil.ModuleParameters.GetCurrentRuntime().
How do I deal with it? PS: for now I manually changed the code of the method so it returns Net_2_0 when it sees Framework 3.5. Thanks, Dmitry. -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
