I'm new on Angular 5 and try to put routing following Angular 5 tutorial. I have few differences:
The routing works correctly when I navigate in the app (using routerLinks), but when I refresh …
我有一个.Net核心2.0项目,需要在Visual Studio 2017(v 15.4.4)的同一解决方案中引用.Net 4.6.2项目(图片中的BLL和实体).我看到这篇文章,但是.Net版本4.6.2的事件,我仍然有问题.
在我的.Net核心2.0项目参考中,我有:
当我尝试使用.Net 4.6.2项目中定义的类时,我有以下错误:"无法解析symbole'BLL'"(对于BLL项目).
您是否知道如何在net core 2.0项目中使用.Net 4.6.2项目?