This is a migrated thread and some comments may be shown as answers.

JsonParamFilter (fixed)

0 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Laurent Fabre
Top achievements
Rank 2
Laurent Fabre asked on 17 Apr 2010, 06:52 AM
For anybody who might have the same problem I did, to fix the JsonParamFilter under framework 4.0 :

var deserializeMethod = serializer.GetType().GetMethod("ConvertToType", new Type[] { typeof(object) }).MakeGenericMethod(TargetType);

PS: sorry for breaking the forum :)

LF
Tags
General Discussions
Asked by
Laurent Fabre
Top achievements
Rank 2
Share this question
or