Item 476 of 483 Previous | Next

2
Vote

.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.

No files are attached

comments

o wrote Feb 7 at 7:59 AM

you could copy the source code of the Convention Injection and create a different injection and use that instead