Hello,
I have to write an EntityView2 projection onto a custom class which I can't modify. There is a type conversion problem as my Entity has a decimal field that I want to put into an Int32 property of my custom class.
The CreateProjection method of my EntityView2 class throws an "Object of type 'System.Decimal' cannot be converted to type 'System.Int32'." exception.
Has anybody an idea on how to proceed ?