本文介绍了TinyMapper - 与Nuget一起安装但参考不存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio 2013中使用Nuget来安装TinyMapper。从Nuget控制台我能够验证它是否存在。



在我的代码中,我写道:



TinyMapper.Bind< testclassa,testclassb>();



当我构建应用程序时,



当前上下文中不存在'TinyMapper'这个名字。



它必须是简单的东西。

谢谢你提前。

解决方案

I used Nuget in Visual Studio 2013 to install TinyMapper. From the Nuget console I was able to verify that it is present.

In my code, I wrote:

TinyMapper.Bind<testclassa,testclassb>();

When I build the application,

"The name 'TinyMapper' does not exist in the current context."

It has to be something simple.
Thanks in advance.

解决方案


这篇关于TinyMapper - 与Nuget一起安装但参考不存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-15 21:32