简体   繁体   English

带有Visual Studio 2008和Windows 7的自动映射器

[英]Automapper with Visual Studio 2008 and Windows 7

Can Automapper can be installed on Visual Studion 2008? 可以在Visual Studion 2008上安装Automapper吗?

As per the site , automapper requires NuGet and NuGet works only with VS2010. 根据站点 ,自动映射器需要NuGet,并且NuGet仅适用于VS2010。

AutoMapper is just a set of libraries. AutoMapper只是一组库。 It does not require any installation whatsoever. 它不需要任何安装。 It is irrelevant which version of Visual Studio you are using. 使用哪个版本的Visual Studio无关紧要。 The only thing which could matter is which version of .NET Framework you are using. 唯一重要的是您使用的是哪个版本的.NET Framework。

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. 此处下载dll,解压缩到驱动器上的某个位置,然后在项目中添加对它们的引用,以便您可以开始使用它们。

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." “或者,可以从GitHub下载页面以zip文件找到主要版本。”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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