本文介绍了ASP.NET MVC5中目标框架与当前目标框架之间不匹配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

I am creating a web project in asp.net mvc5. It has 4 projects UI,BOL,BLL,DAL. Referencing chain is like i.e. UI->BOL,BLL; BLL->BOL,DAL; DAL->BOL. BOL has targeting framework 4.5.1, BOL has 4.5, DAL has 4.5.1 and UI has 4.5. As some projects referencing higher framework than they have, so I get problems to build the projects. Could any one help me to solve the problem? Is it possible to change the targeting frame work or I have to delete and recreate the project? Please send your proper answer as soon as possible.  





我的尝试:



一个解决方案中的4个项目与目标框架和当前目标框架不匹配。



What I have tried:

4 projects in one solution have mismatch their targeting framework and current target framework.

推荐答案


这篇关于ASP.NET MVC5中目标框架与当前目标框架之间不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 19:34