Can Automapper can be installed on Visual Studion 2008?
As per the site, automapper requires NuGet and NuGet works only with VS2010.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AutoMapper is just a set of libraries. It does not require any installation whatsoever. It is irrelevant which version of Visual Studio you are using. The only thing which could matter is which version of .NET Framework you are using.
Download the dlls here, unzip to a location on your drive and then add a reference to them in your project so you can start using them.
Happy Mapping!