I have a metronic(8.2.6) file,file directory is:
metronic_asp.net-core_v8.2.6 - > Starterkit->_keenthemes|bin|Controllers|obj|Properties|Resources|Views|wwwroot
Now,I create a asp.net Core MVC Project,and i need put metronic JSãCSSãand other Files into my project.Where can i find this files?
thankes!
Hi,
You can build Metronic assets using the instructions in our Asp.Net-Core docs.
The base SCSS/JS files are in Starterkit/_keenthemes/src and the build files are outputted to Starterkit/wwwroot.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Thanks
I build Metronic assets using the instructions.
when I Run application using dotnet watch
,Edge show:An unhandled exception occurred while processing the request.
InvalidOperationException: The view '~/Views/Pages/Dashboards/Index.cshtml' was not found. The following locations were searched:
~/Views/Pages/Dashboards/Index.cshtml
How do I handle these exceptions?
Hi,
Sorry for the late reply
Did you modify anything in our codebase?
Please make sure that file ~/Views/Pages/Dashboards/Index.cshtml exists.
Regards,
Lauris Stepanovs,
Keenthemes Support Team