Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Asp.Net Core (139)

Hello,I am currently trying to Invoke the api-keys.js file and run KTAccountAPIKeys.init in my Blazor File. My Component looks like this:@inject IJSRuntime JS@inject NavigationManager NavManager@code { protected override async Task OnAfterRenderAsync(bool firstRender...
Hi,Using .NET Core 8 for our projects.What is the best way to switch between Development and Release environments when using the themesettings.json file and Metronic?We want to use all minified files in Release and unminified for Development. Usually in the layout files, we'd use a tag l...
Hi, could you please explain in steps how to use the files we obtain from the Layout Builder and integrate them to an existing ASP.NET Core MVC StarterKit project?Where should we include the files? I couldn´t find the documentation about that.Thank you very much!
Hello;I am using the starter kit and wish to disable the top menu (the one horizontal one that duplicates the left hand vertical menu).The layout builder lets me do that, but I cannot find instructions on how to integrate changes made there with the Visual Studio project.Thank you
I finally able to run ASP CORE demo 1. However, whatever I click, the address changes to the link I click, but it always displays the dashboard default index page. Nothing is functional. Please help. Thank you.
After I follow all the instruction here https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started ,I run dotnet watch. The website loads but there is no css styling at all. just texts. I tried running the csproject using visual studio but it does the same. Help!
I followed instruction in https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started.Here is the output that I get when running gulp --demo1. What did I do wrong? Thank you for your help.D:\COMPANIES\CV Software\Projects\iSpeak\SOLUTION\iSpeakCore\metronic_v8.2.3\metronic_asp....
Hi,I'm customizing the UI as per my requirements. Now, I want to change the LTR to RTL at runtime. I found that themesetting.json can do that switching. But It doesn't do on runtime. How can I make it? Please give me complete instructions for this problem.It would be a great thing if you res...
Hello,When I run gulp --demo1 for asp.net core, I get the following error. I use Metronic 8.2.3 is the latest version and Windows 11 Pro. I tried it on a MacBook Pro and got the same error. How can I solve this?"Thank you,MustafaUsing gulp config file: "../../gulp.config.js"[16:31:...
Hello There, On my MacBook Pro, I have all the necessary requirements. I ran 'yarn install' in the ASP.NET Core starter kit, but I received these outputs and warnings: how will my project be affected by these 'yarn install' failed situations? What do the failures mean? What should I do? How can...
Does the Regular Licence has all the apps and features ?
In gulp.config.js the following lines need to be fixed:src: "../src/{theme}/{demo}",common_src: "../src/{theme}/{demo}",The placeholder {demo} has to be removed to get the build working. Otherwise only the plugin assets will be generated.It should be:src: "../src/{theme}/",common...
Trying to install asp.net CORENPM ver: 10.2.4YARN ver: 1.22.21I have removed "type": "module", from package.jsonI have added "resolutions": { "gulp-dart-sass/sass": "1.70.0" }, to package.json and deleted node_modules folder and lock files.Now when I run npm run build --demo1I...
Hello,How can i implement exported layout from layoutbuilder to .net core starterkit ?Thanks.
How to input currency on input box?Example: input value ‘45234.34’ I want to format value to ’45,234.34’ I have to read all document about ‘Metronic 8’ and ‘RobinHerbots Inputmask’But I can’t see and when I try with example on git of Inputmask is not working with metronic https://robinhe...
Hello there, When I purchase the Metronic theme, will I be able to freely develop projects using the Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin Dashboard Template frameworks / development platform ? Can I get information on this matter? Additionally, for example, wher...
I'm usign net core and I want to use the formvalidation but im getting this error in the console$(...).formValidation is not a function
I have used the Layout Builder, then output the zip file but the files in the zip seem to bear no relation to the ASP.NET Core files,i.e. I assume that index.html is equivalent to Master.cshtml, but not entirely sure because I can't find any documentation about it.In index.html there is a re...
I have purchase Metronic 8.1.9 & upon running npm run build --demo1 after i run gulp --demo1. Keep getting this error i dont know what i am doing wrong just following your documentation[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does n...
InvalidOperationException: The view '~/Views/Pages/Dashboards/Index.cshtml' was not found. The following locations were searched: ~/Views/Pages/Dashboards/Index.cshtmlI'm not sure what to add and get started. also when running build```> webpack[webpack-cli] Invalid configuration ob...
I would like to use the theme from the following link:https://preview.keenthemes.com/keen/demo1/index.htmlI would like to know if I can use it in a .Net project and if I have access to the figma files.