Base solution for your next web application

Activities of "enigmae"

Prerequisites

Please answer the following questions before submitting an issue.

  • What is your product version? Latest 10.4 / 3RC3 as of 4/16/2021
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net Core

This is basic out of the box new project - I was following demo to generate a Person Entity - I go to create this entity using VS 2019 Enterprise Edition v16.9.2

I have app working locally running everything works as expected.

I click Generate - and then a "console" popups up for a split second - then goes away.

I checked windows events logs - nothings

Here is the logs from generator -

DEBUG 2021-04-16 01:02:18,592 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:05:16,004 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2021-04-16 01:05:17,225 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2021-04-16 01:08:52,240 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: True, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:09:05,891 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2021-04-16 01:09:06,664 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2021-04-16 01:09:28,688 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True DEBUG 2021-04-16 01:16:40,474 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: True, showAboutForm: False DEBUG 2021-04-16 01:16:48,706 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: True, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:17:18,372 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2021-04-16 01:17:19,014 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2021-04-16 01:18:36,840 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: True, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:18:54,824 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:19:54,461 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. WARN 2021-04-16 01:19:54,462 [1 ] ToolVisualStudioExtension.Helpers.Logger - Enter a valid namespace! Namespace cannot be empty and shouldn't contain any whitespace. DEBUG 2021-04-16 01:19:56,328 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Validation failed. DEBUG 2021-04-16 01:20:06,030 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2021-04-16 01:20:06,595 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2021-04-16 01:22:17,900 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: True, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:22:25,238 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2021-04-16 01:22:25,826 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2021-04-16 01:28:17,292 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True INFO 2021-04-16 01:28:45,010 [1 ] ToolVisualStudioExtension.Helpers.Logger - Saved to C:\Users\Lucas\Desktop\PowerTools_2.7.8_Logs.zip DEBUG 2021-04-16 01:29:04,597 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:29:19,517 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. WARN 2021-04-16 01:29:19,517 [1 ] ToolVisualStudioExtension.Helpers.Logger - Entity name and the namespace cannot be the same! DEBUG 2021-04-16 01:29:20,778 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Validation failed. DEBUG 2021-04-16 01:29:23,800 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2021-04-16 01:29:24,346 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2021-04-16 01:30:59,783 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: True, loadFromDatabase: False, showAboutForm: False DEBUG 2021-04-16 01:31:14,756 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True

I checked and nothing changed anywhere.

*** Here is what i tried

  1. I tried to run VS as admin - this didn't make a difference.
  2. I tried to create different namespace, etc.. still doesn't work.
  3. checked logs doesn't show any errors.

Hello,

Do you have an example of creating a landing page per-tenent that would not require login? I understand this would require sub-domain tenent identification which i use.

Is it as easy as making a route, and not requiring any permissions or any authentication?

Thanks,

Lucas

Hello,

I am trying to add support for this angular directive ([https://github.com/tombatossals/angular-openlayers-directive]) This is an open source mapping framework.

I notice the solution doesn't use NPM or Bower for package management, so what steps would it take to add this and its dependencies to the angular app? Is there an example of adding a new library?

I tried NPM and Bower to install/download but didn't seem to work correctly.

Thanks,

Lucas

Showing 1 to 3 of 3 entries