Share the code to liming.ma@volosoft.com
hi
Check the document.
https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients
And the existing module. https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity
https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo/Abp/Identity
Don't public your code!
hi
We have overwritten the modified code in the module file.
Please share your modified code.
hi
It seems related to Mail send(SmtpClient)
, Your logs file is too much large. Please share the error context logs.
2022-06-30 19:44:55.114 +08:00 [ERR] An unhandled exception has occurred while executing the request.
System.Net.Mail.SmtpException: Failure sending mail.
---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10061): No connection could be made because the target machine actively refused it. [::ffff:127.0.0.1]:25
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult)
at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.InitializeConnectionCallback(IAsyncResult result)
--- End of stack trace from previous location ---
at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result)
at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)
https://support.abp.io/QA/Questions/3353#answer-ae03b935-63f4-5f6d-781b-3a04da5fdf2a
but in myProject does not work because when I Installed module "Volo.Account"
Can you share the project that Installed the volo.account
liming.ma@volosoft.com
hi
We will check our code.
ok, Can you share a project that reproduces the problem? liming.ma@volosoft.com
hi
Is the SGLNamedData.Web.dll
a class library or startup module?