Hi, we have same issue - running 8.4 .NET Core + Angular.
Would an upgrade to 9.3 .NET Core + Angular fix this error??
Last question - in AspNetUsers there is no tenant ID - in our ASP.NET application we can assign a user to different tenants. In AbpUsers this is not possible?
Last question - in AspNetUsers there is no tenant ID - in our ASP.NET application we can assign a user to different tenants. In AbpUsers this is not possible?
Last question - in AspNetUsers there is no tenant ID - in our ASP.NET application we can assign a user to different tenants. In AbpUsers this is not possible?
ok thanks - I'll create own mapping table with these two fields - this should work then...
AspNetUsers AbpUsers e317bce5-1a6e-443c-8b9f-6e346962bb60 1 2b52c5a0-48c3-43ff-bf7a-7abcfa399fe4 2
Thanks for the feedback - it is very helpful.
I just to need to sync AspNetUsers with AbpUserAccounts then.
Anyway - which Id would be the syncing Id - there are different datatypes.
[AbpUserAccounts]( [Id] [bigint] IDENTITY(1,1) NOT NULL,
[AspNetUsers]( [Id] nvarchar NOT NULL
?
thanks!
I've upgraded to paid Azure - performance now better - thanks!
when i want to create for ex a user i get
Fehlerstatus System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions. 127.0.0.1:25 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Boolean doAsync, CancellationToken cancellationToken) at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, Boolean doAsync, CancellationToken cancellationToken) at MailKit.MailService.ConnectSocket(String host, Int32 port, Boolean doAsync, CancellationToken cancellationToken) at MailKit.Net.Smtp.SmtpClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, Boolean doAsync, CancellationToken cancellationToken) at MailKit.Net.Smtp.SmtpClient.Connect(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken) at Abp.MailKit.DefaultMailKitSmtpBuilder.ConfigureClient(SmtpClient client) at WFMOne.Net.Emailing.WFMOneMailKitSmtpBuilder.ConfigureClient(SmtpClient client) in D:\WFMOne_angu8_.Core3\WFMOne\src\WFMOne.Core\Net\Emailing\WFMOneMailKitSmtpBuilder.cs:line 19 at Abp.MailKit.DefaultMailKitSmtpBuilder.Build() at Abp.MailKit.MailKitEmailSender.BuildSmtpClient() at Abp.MailKit.MailKitEmailSender.SendEmailAsync(MailMessage mail) at Abp.Net.Mail.EmailSenderBase.SendAsync(MailMessage mail, Boolean normalize) at WFMOne.Authorization.Users.UserEmailer.ReplaceBodyAndSend(String emailAddress, String subject, StringBuilder emailTemplate, StringBuilder mailMessage) in D:\WFMOne_angu8_.Core3\WFMOne\src\WFMOne.Core\Authorization\Users\UserEmailer.cs:line 339 at WFMOne.Authorization.Users.UserEmailer.SendEmailActivationLinkAsync(User user, String link, String plainPassword) in D:\WFMOne_angu8_.Core3\WFMOne\src\WFMOne...