Hello,
We buy metronic and i download it.But i dont understand anything your docs for implement the project.It was complicated.Please explain step by step how can i implement to my project after download.
Thank you
Thank you for your support.It keeps giving this error after added StarterKit ViewStart and ViewImport to my project.I cant resolve that.Whats your advice how can I use layout? Have i different way add layout to my project
Hi,
Sorry for the late reply.
Did you copy the Starterkit/Controllers folder?
In controller files, we define theme routes, you should include at least [HttpGet("/")]
route to run Starterkit successfully. Also, make sure that you have registered all controllers and routes you are referring to.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
It keeps giving this error
ComponentNotFoundException: No component for supporting the service ThemeTest.Web.Mvc.Controllers.DashboardsController was found
Hi,
You are using the latest available version at the moment. However, we didn't manage to reproduce this error in this version.
Are there any steps on how we can reproduce it?
If you do not want to base your application on our Asp.Net-Core Starterkit but on a different framework version you can fully copy the _keenthemes folder from our Starterkit and place it to your project, make sure to change dist path in gulp configuration to specify the assets output path of your project. Then you can use assets in your project and copy markup from our HTML version.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I'm using v8.2.3.Its ok i used it but I copy almost every file to my project.Actually I use boilerplate framework and i will use layout and other compnent of metronic.But which file should i copy to my files basicly
https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started
I apply this steps and project running without css.I hope you can support me soon, to implement metronic to my project.
Hi,
Thank you for reaching out to us.
Could you please specify which Metronic version you are using?
Do you have any errors when running npm install or gulp --demo1 command?
If the commands don't throw any errors, make sure that the assets folder was successfully generated in /wwwroot/.
Regards,
Lauris Stepanovs,
Keenthemes Support Team