Base solution for your next web application

Activities of "ebenzle"

Hi, I've uninstalled Power Tools and reinstalled the latest version. Still having this issue. I also noticed that the tool is not creating cooresponding fields for Navigation Property. This causes an error when trying to add or edit an entity.

A coworker is using the tools without this issue, so I think it may be something with the way my environment is setup. Any thoughts?

Confirmed. I'm running RAD Tool in MVC/Jquery project and having the same issue. A coworker of mine is using the RAD tool on the same project and is not having this issue. Could be something with the environment?

After running Power Tools to create a new Entity we always get an error:

An unhandled exception occurred while processing the request. AbpException: There is no permission with name: AppPermissions.Pages_CourseCategories

Checking the file 'AppNavigationProvider.cs' it looks like the tool wrapped the permission in double quotes:

.AddItem(new MenuItemDefinition( AppPageNames.Common.CourseCategories, L("CourseCategories"), url: "App/CourseCategories", icon: "flaticon-more", permissionDependency: new SimplePermissionDependency("AppPermissions.Pages_CourseCategories") <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ) )

Removing the quotes in that line fixes the error: permissionDependency: new SimplePermissionDependency(AppPermissions.Pages_CourseCategories) <<<<<<<<<<<<<<

Is this a bug with the Power Tools, or am I doing something wrong when I create the entity? Would rather not manually update that file everytime.

I used the rad tool to add entitities and created a name space called Namespace NextGenLms.Courses. Now that the pages were generated it will not recognze this name space. What's my solution?

Good Morning,

Where does the Net Zero Entity Tool it get the host database connection string from?

=============================================================== When I ran for first time the out put was:

Could not execute because the specified command or file was not found. Possible reasons for this include:

  • You misspelled a built-in dotnet command.
  • You intended to execute a .NET Core program, but dotnet-ef does not exist.
  • You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. Running migrator... 2020-02-26 05:53:34 | Host database: Server=localhost; Database=NextGenLmsDb; Trusted_Connection=True; 2020-02-26 05:53:34 | Continue to migration for this host database and all tenants..? (Y/N):

======================================================================== My appsettings.json has the correct connection string to database!

Question

Where in MVC application can you set the default theme? Do you have an suggestions on Rapid Application development tools that give you a visible drag and drop interface or split screen to mdodify and create custom views for quick UI design? Does meteronic have their own tools to modify installed themes?

Showing 11 to 16 of 16 entries