Base solution for your next web application

Activities of "darutter0508"

I have just purchased Asp.Net Zero and am attempting to get things set up to start working with the project. I've installed Node.js and Yarn per the instructions and tried running the create-bundles process. This fails with the following error: npm run create-bundles

[email protected] create-bundles /Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc gulp buildDev

internal/modules/cjs/loader.js:985 throw err; ^

Error: Cannot find module 'merge-stream' Require stack:

  • /Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/gulpfile.js
  • /Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js
  • /Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/node_modules/gulp/node_modules/gulp-cli/index.js
  • /Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/node_modules/gulp/bin/gulp.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15) at Function.Module._load (internal/modules/cjs/loader.js:864:27) at Module.require (internal/modules/cjs/loader.js:1044:19) at require (internal/modules/cjs/helpers.js:77:18) at Object.<anonymous> (/Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/gulpfile.js:3:13) at Module._compile (internal/modules/cjs/loader.js:1158:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10) at Module.load (internal/modules/cjs/loader.js:1002:32) at Function.Module._load (internal/modules/cjs/loader.js:901:14) at Module.require (internal/modules/cjs/loader.js:1044:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/gulpfile.js', '/Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/node_modules/gulp/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js', '/Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/node_modules/gulp/node_modules/gulp-cli/index.js', '/Users/davidrutter/Projects/Sapphire/src/Sapphire.Web.Mvc/node_modules/gulp/bin/gulp.js' ] }

Because the bundles don't create properly, the app does not function as it should. I cannot login or change tenant. Please advise as to the problem and how to fix it.

Question

I upgraded packages for my solution and saw that EPPlus now requires a commercial license to use their product in a commercial product. Does our purchase of Asp.Net Zero include the license for EPPlus in a commercial setting?

I am trying to publish my app to our test site and am getting the following error when I try to run the app:

An error occurred while starting the application.

WindowsCryptographicException: Object was not found.

System.Security.Cryptography.CngKeyLite.GenerateNewExportableKey(string algorithm, int keySize)

I have checked that the System.Security.Cryptography dlls are present (the same ones that are in my development environment). I have changed the WebSiteRootAddress and RedirectAllowedExternalWebSites addresses to match what my website address is.

Please let me know if I am missing a step or have done something wrong. The documentation for deploying to IIS doesn't even mention changing these url's.

The product version is the latest as of 3/13/2020. It is a MVC Core app that I am posting to a Windows Server with IIS.

The article from stackoverflow got the site running, but it cannot find the resources to style the pages correctly.

It it published as a child site to our testing site. We have several sites published under www.theappprostesting.com and this is one of them. It allows us to use our SSL certificate to test new sites without registering them under a new DNS or domain.

I am using the Metronics Theme 11 for our site and when the menu items expands below the viewable area the scroll bar does not appear and the user cannot scroll to see the rest of the menu. In the demo of Metronics theme 11 the .ps__thumb-y has a height value of 300, but in what gets rendered in my app the height has not value or is set to 0. What do I need to do to remedy this?

Using version 8.3.1 with .Net Core MVC and JQuery

I’m not sure exactly what you are requesting. The options shown for Theme 11 are Layout type (Fixed or Fluid), Header bar (Mobile setting only) and Menu (Fixed menu and Show search bar in menu). I have the layout type as Fixed and have changed the Menu settings between Fixed and not Fixed. None of these changes have caused the scroll bar to appear and the menu goes off the screen to where I can’t get to a large portion of the options.

When I use Fixed menu then the items expand and several items no longer are visible on the menu and there is no scroll bar.

Question

Several menu items have been added to the menu (side menu using Theme 11) and I want to set the order for how they display. Using the order: parameter in the constructor for the menu items doesn't do anything. As a matter of fact, the order of the items does not follow any rhyme or reason. I have manually changed the order in which items are added to the menu and they don't show up in the order that they are added.

Showing 1 to 10 of 30 entries