.NET Compact Framework Support
description
Value Injecter works very well on Windows Mobile (.NET CF 3.5), excep mapping enum to int. Problem with calling method targetPropertyDescriptor.SetValue(<int property>, <enum value>) in ConventionInjection class. Dynamic casting enum value of source property to type of target property may help.