Base solution for your next web application

Activities of "Ojala7"

Hi,

I used the tool to create an entity with Primary key of type long. The entity only has one property of type string and is multilingual. I get these errors:

  1. This class is created public class abcTranslation : Entity<long> If I create with a primary key on int, it does not put the type at the end So I removed the <long> at the end it could build ok.
  2. I run the app and when I save a new entity I get this error: Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. ---> System.InvalidCastException: Unable to cast object of type 'System.Int64' to type 'System.Int32'.
  3. in the DB the translation table has two columns CoreId and coreId1
Question

hi, Using the file upload functionality created by the Power Tool, where are this files stored and on the view screen a link is displayed. Clicking it downloads the file. How can this be prevented? I just want to open it in the browser.

Core MVC JQuery

Hi,

How do I add predefined values for entities when a new tenant is created?

Thanks

Nothing but errors.... I now get this one: TS2792 (TS) Cannot find module 'undici-types'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option

how do I resolve these errors?

Question

Hi,

My new demo solution ASP.NET CORE MVC & jQuery, the login screen does nothing. I add the username and password. the button does not work. the show password icon does nothing. The change tenant does nothing

Question

Hi,

how do I resolve this error?

Error TS18028 (TS) Private identifiers are only available when targeting ECMAScript 2015 and higher.

Question

Hi,

I downloaded a demo project. Unzipped it and ran Yarn in the MVC folder. I did nothing else. I opened the project and it has 85 errors all all relating to dependencies.

Showing 1 to 7 of 7 entries