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

JsonParamFilter

0 Answers 46 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:08 AM
Hi,


Somehow it kept working under MVC 2.0 with framework 3.5 but now it keeps throwing "Ambiguous match found." ever since I moved the application to framework 4.0. Any hint ? :)

Happens in here, probably more than one "ConvertToType" method :

var deserializeMethod = serializer.GetType().GetMethod("Convervar deserializeMethod = serializer.GetType().GetMethod("ConvertToType").MakeGenericMethod(TargetType); tToType").MakeGenericMethod(TargetType);
Tags
General Discussions
Asked by
Laurent Fabre
Top achievements
Rank 2
Share this question
or