Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "mahendra"

Hi,

I have disabled this plugin, still i am not able to generate the entities. FYI, till last version everytnig was working fine. Only in latest version (2.6.1), this issue started coming. Please see below screenshot of disabled toolkit and latest logs:

DEBUG 2020-09-10 13:58:17,974 [168 ] it.Telemetry.Internal.TelemetryPublisher - Telemetry Publisher loop has stopped. INFO 2020-09-10 13:58:17,977 [1 ] it.MobileAnalytics.SimpleMobileAnalytics - Queuing analytics event in local queue with timestamp: 09/10/2020 08:28:17 INFO 2020-09-10 13:58:17,981 [1 ] it.MobileAnalytics.SimpleMobileAnalytics - Main session was stopped. Attempting to force final analytics service call attempt. Note: Permission to collect analytics will be checked. INFO 2020-09-10 13:58:20,485 [63 ] it.MobileAnalytics.AMAServiceCallHandler - Reponse from AMAClient.PutEvents(request) meta data: Amazon.Runtime.ResponseMetadata, response HttpStatusCode: Amazon.Runtime.ResponseMetadata DEBUG 2020-09-10 14:02:45,366 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2020-09-10 14:03:15,111 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-09-10 14:03:17,612 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated.

Hi Team,

We have created a custom entity "Business Partner" via asp.net zero power tool and attached one or more abp user(s) to this business partner.

My requirement is if web user delete this "Business partner" record from the webGUI then behind the sceen through service API we would like to delete all abp user(s) assigned to this business partner including the one with which user is currently logged in.

So once all abp user(s) are deleted, we have to logout the current user and need to return to login page. Now please let us know in this requirement, what code we need to write to delete, logout current user and list of user(s) we have and then will return to login page.

Hi @Team,

I have not found any logs in window event viewer related to this app. Please see below logs of Power Tools:

Power tool logs:

DEBUG 2020-09-09 14:25:15,351 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2020-09-09 14:26:10,457 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-09-09 14:26:20,007 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated. DEBUG 2020-09-09 14:26:33,084 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True ERROR 2020-09-09 14:26:55,348 [1 ] isualStudio.Lambda.LambdaTesterUtilities - Error configuring Lambda Tester on project. FileName: , FullName: , UniqueName: <MiscFiles> System.Exception: Unable to determine project FileName at Amazon.AWSToolkit.VisualStudio.Lambda.LambdaTesterUtilities.EnsureLambdaTesterConfigured(Project project, IAWSLambda lambdaPlugin) DEBUG 2020-09-09 14:31:14,993 [83 ] it.Telemetry.Internal.TelemetryPublisher - Telemetry Publisher loop has stopped. INFO 2020-09-09 14:31:14,997 [1 ] it.MobileAnalytics.SimpleMobileAnalytics - Queuing analytics event in local queue with timestamp: 09/09/2020 09:01:14 INFO 2020-09-09 14:31:15,014 [1 ] it.MobileAnalytics.SimpleMobileAnalytics - Main session was stopped. Attempting to force final analytics service call attempt. Note: Permission to collect analytics will be checked. INFO 2020-09-09 14:31:17,595 [156 ] it.MobileAnalytics.AMAServiceCallHandler - Reponse from AMAClient.PutEvents(request) meta data: Amazon.Runtime.ResponseMetadata, response HttpStatusCode: Amazon.Runtime.ResponseMetadata DEBUG 2020-09-09 14:33:14,526 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: True INFO 2020-09-09 14:34:01,195 [1 ] it.MobileAnalytics.SimpleMobileAnalytics - Queuing analytics event in local queue with timestamp: 09/09/2020 09:04:01 DEBUG 2020-09-09 14:34:01,202 [8 ] it.Telemetry.Internal.TelemetryPublisher - Telemetry Publisher loop has stopped. INFO 2020-09-09 14:34:01,218 [1 ] it.MobileAnalytics.SimpleMobileAnalytics - Main session was stopped. Attempting to force final analytics service call attempt. Note: Permission to collect analytics will be checked. INFO 2020-09-09 14:34:03,765 [112 ] it.MobileAnalytics.AMAServiceCallHandler - Reponse from AMAClient.PutEvents(request) meta data: Amazon.Runtime.ResponseMetadata, response HttpStatusCode: Amazon.Runtime.ResponseMetadata DEBUG 2020-09-09 14:35:23,793 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: False, loadFromDatabase: False, showAboutForm: False DEBUG 2020-09-09 14:36:14,641 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. DEBUG 2020-09-09 14:36:16,893 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Entity successfully generated.

Hi Team,

Could you please give me sample code how will write this logic in our service API project (in OneEnterprise.iHUB.Application project). I am not still not getting why do mean by keyword "endpoint " here.

Hi Team,

Today after upgrading to new version 2.6.1, i have tried to create new entity "OEPartnerPrivacyStatementMaster" but it has not generated any single relevant file for same. Pleae see below screenshot for your reference:

Hi Team,

Could you please update on my last post?

Hi Team,

Sorry..i am not getting what you do mean by modify endpoint? Do want to say i have to implement exact LogOut() method given in TokenAuthController? If yes then how will i implement it because in our service API (in OneEnterprise.iHUB.Application project), we don't apply api verbs like: [HttpGet] and also lot of these lines could be implemened in controller only like User object of User.Claims belongs to ControllerBase class.

Our requirement is also that once user is logout and deleted, we have to redirect him to Login page, how can i achieve this things through service API?

We have a requirement where we have to logout, delete own user(self delete) and then redirect to login page. I have to achieve this functionality through API (in OneEnterprise.iHUB.Application project). Please tell me the best way so that on logout cookies, tokens and everything related to current user are also cleard. Prerequisites product information is given below:

Prerequisites

  • What is your product version? 8.2.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

Hi Team,

As per visual studio marketplace, latest version is 2.6.0 which was released on 14th Augest 2020 and this version does not contain solution of this issue.

Hi Team,

I am still waiting for the release from you. my project is on hold because of this. I appreciate if you please update me with the ETA.

Regards, Mahendra

Showing 121 to 130 of 203 entries