Hey all,
I am trying to use automapper to map a list of objects in a class library to a list of objects in a silverlight class library. I am getting a security exception as AutoMapper is trying to reflect over the silverlight class library.
Does anyone know of a way around this?
Thanks.