Development environment win10 vs2017
I made a Razor class library and ui in a solution. lib.dll
and lib.views.dll
are generated in debug mode. In the same solution, another mvc website project, referenced by this project, shows no problem.
in another solution, a mvc website project references lib.dll
and lib.views.dll
, but displays an error and cshtml
VCardCoreWeb
_ViewStart.cshtml
VCardCoreWeb
_Layout.cshtml
_Layout.cshtml
how to solve this?