简体   繁体   中英

Existing MVC Web Application with .NET standard library, IDE errors

I converted one of our commonly used libraries to .NET standard 2.0 for mobile application use as well as use in existing applications.

Using this library in an existing Mvc application (4.7.1 Framework) it builds and runs successfully but the Visual Studio IDE reports a list of build errors for the controller classes around not being able to find elements of the library. The using clause of this library is also greyed out in the controller classes.

Is there an easy way to resolve this?

从MVC 5.2.3升级到5.2.6的问题已解决。

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