I will check it. You can ignore the bot, I will reply you when I have result.
We have to get the stdoutLog
to see the reason for failure to statr aspnet core application.
You can share it when you get it. liming.ma@volosoft.com
Thanks.
Can you join zoom and share your screen(require zoom client instead online)?
I want to check your IIS remotely.
https://us05web.zoom.us/j/81622688344?pwd=p2FA9hhZ9qmSlF3BduZdwlNbByr9mT.1
hi
Can you try the following solution:
public IFormFile[]? Files { get; set; }
and test again.IRemoteStreamContent
to replace the IFromFile
and test again. https://abp.io/docs/latest/framework/architecture/domain-driven-design/application-services#working-with-streamsThanks
Sorry about that. : )
No problem, we offer a trial to let you evaluate everything before paying.
hi
You can upload your project to GitHub (private repo), I can help to remove the openiddict module. Please invite me to your repo. https://github.com/maliming
hi
So are you saying that ABP Studio will eventually be improved so I can create project in first place without these modules included?
Yes.
but now you can only manually remove modules you don't need.
hi
How can we enforce that other users are blocked from accessing this method while the admin’s transaction is still in progress, ensuring that only one user can execute this Unit of Work at a time?
I think your problem has nothing to do with UOW. You can try to use locks/distributed locks to ensure that admin access is exclusive.