Question

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?

Was it helpful?

Solution

I'm literally working on a SL 3.0 port right now. It should be released in about a week or so. If you can't wait, check out this branch folks have been using in the meantime: http://github.com/detroitpro/AutoMapper.Silverlight

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top