Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi created entity using asp net Zero Power tool and after that i successfuly run both(backend+frontend) and whenever i try to hit to hit "http://localhost:4200/" it is giving folowing error
Please let me where i can see for this error
Hi I need to create entity for that i am looking for aspnetzero power tool in extension in Visual studio. I was trying to follow all the step you have provided in documentation but I am not able to find it in Extensions. Could you please suggest in that case what we need to do?
ERROR 2022-03-21 07:59:28,422 [179 ] Mvc.ExceptionHandling.AbpExceptionFilter - Authentication required
MailKit.ServiceNotAuthenticatedException: Authentication required
at MailKit.Net.Smtp.SmtpClient.ProcessMailFromResponse(MimeMessage message, MailboxAddress mailbox, SmtpResponse response)
at MailKit.Net.Smtp.SmtpClient.MailFromAsync(FormatOptions options, MimeMessage message, MailboxAddress mailbox, SmtpExtension extensions, Boolean doAsync, CancellationToken cancellationToken)
at MailKit.Net.Smtp.SmtpClient.SendAsync(FormatOptions options, MimeMessage message, MailboxAddress sender, IList`1 recipients, Boolean doAsync, CancellationToken cancellationToken, ITransferProgress progress)
at Abp.MailKit.MailKitEmailSender.SendEmailAsync(MailMessage mail)
at Abp.Net.Mail.EmailSenderBase.SendAsync(MailMessage mail, Boolean normalize)
at Infogroup.IDMS.Authorization.Users.UserEmailer.ReplaceBodyAndSend(String emailAddress, String subject, StringBuilder emailTemplate, StringBuilder mailMessage) in C:\_work\1\s\src\Infogroup.IDMS.Core\Authorization\Users\UserEmailer.cs:line 339
at Infogroup.IDMS.Authorization.Users.UserEmailer.SendPasswordResetLinkAsync(User user, String link) in C:\_work\1\s\src\Infogroup.IDMS.Core\Authorization\Users\UserEmailer.cs:line 167
at Infogroup.IDMS.Authorization.Accounts.AccountAppService.SendPasswordResetCode(SendPasswordResetCodeInput input) in C:\_work\1\s\src\Infogroup.IDMS.Application\Authorization\Accounts\AccountAppService.cs:line 122
at lambda_method(Closure , Object )
at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult()
at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.AwaitableResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at System.Threading.Tasks.ValueTask`1.get_Result()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()
at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextExceptionFilterAsync()
What is your product version- Angular 13.0.0 What is your product type (Angular or MVC)-angular What is product framework type (.net framework or .net core)-.net core 6.0
We are trying to run the boiler plate code provided by ASPNETZERO. We are facing following error while running the project.
Please let us know the solution for this.
Hi i was using jquery builder query-builder.standalone file in old project but if i am trying to merge that file in newly migrated version folder it is giving me error like this-
Hi after successfully version migration i am trying to call some apis to fetch records for the components. But i am getting this error
I debugged the code and found that while adding parameters to sqlquery it is giving exception. command.Parameters.Add(parameter)from this line in Databasehelper.cs file in create command method it is giving exception.
Hi After successfully version migration whenever I am trying to login it is showing me invalid usename or password so i debugged the code and found that AbpSession.TenantId is we are getting null that's why it is not allowing us to login. I checked in old it's value is 1 so how can i set this value?
Hi I was doing version migration from 8 to 13 in angular and 2.2 to 6.0 in .net core so after successfully compile angular I am getting this error and in servive proxy I am getting so in this case what should i do?