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.
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 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:
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.