简体   繁体   中英

Automapper with Visual Studio 2008 and Windows 7

Can Automapper can be installed on Visual Studion 2008?

As per the site , automapper requires NuGet and NuGet works only with VS2010.

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!

On the page you linked to in your question it says:

"Alternatively, the major releases can be found as zip files from the GitHub downloads page."

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM