Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "deltavision"

Hi,

got it working with webpack - problem was I commented a line (with // ) in the bundle.json file. Looked OK in the VS editor, but "npm run create-bundle" failed...

So now the bundles build - but the auto generate/update of bundles as in v6.x is not working. I have to manualley run "npm run create-bundle".

Next problem..., after re-run of "npm run create-bundle" the App goes to this error after login. Maybe something related to .min.css /.min.js - vs: .css/.js, but not sure....

Hi,

I have problems with bundle.json - it does not create bundle files. Using Core/JQuery project.

Relates to #7133 Link to webpack from the question above - not working / file missing. https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/webpack.config.js

But here:

https://github.com/aspnetzero/aspnet-zero-core/commit/84342d45991cc23611fc347b9a51bea0ae9a4de1#diff-9b3e338957ad2546ebe8ef5c19be4776

You changed to gulp instead of webpack What do we need to do, to make bundle work again?

Best Michael

Here is the DataTable code: Table is placed as a Child table to the main / "normal" table:

Sorry :-)

MVC

Hi,

in a table with a column containing a button - when changing order by clicking on column headers - the button duplicates, what could be wrong?

/Michael

Hi,

found the problem/solution - bug i v6.2 :-)

Added this to bundleconfig.json:

{ "outputFileName": "wwwroot/metronic/src/js/demo/default/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/default/base/layout.js" ] }, { "outputFileName": "wwwroot/metronic/src/js/demo/demo8/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/demo8/base/layout.js" ] },

References:

https://support.aspnetzero.com/QA/Questions/5877 https://support.aspnetzero.com/QA/Questions/5867 https://github.com/aspnetzero/aspnet-zero-core/issues/1892

I am closing this case.

/Michael Vad

no - none, as far as I can see

Product version: 6.2.0.0 Type: ASP.NET Core 2.x and jQuery Framework: .NET Core

Theme: ? - Default ?

Screenshots:

Hi,

the menu + submenus works fine on my development.

But when deployed to production IIS server, the menues (sub) cannot be opened.

What am I missing ?

/Michael Vad

Showing 121 to 130 of 148 entries