I reported previously that ABP Suite was failing to install - https://abp.io/support/questions/9170/Error-installing-ABPSuite
The issue seemed to resolve itself and I managed to get it working. However it has returned today. I was switching suite version to use an older one with an older project and I get the same issue in BitDefender:
On-Access scanning has detected a threat. The file has been deleted.C:\Users\StephenHynds.dotnet\tools.store.stage\nfnpshtn.qth\volo.abp.suite\8.2.3\tools\net8.0\any\Volo.Abp.Suite.dll is malware of type IL:Trojan.MSILZilla.190641
I've tried the latest version and it won't install either so now I'm stuck again without one.
I'm going to try and get my admin to whitelist or temporarily disable bit defender for me whilst I install it, but ultimately this needs a longer term solution.
Thanks
Stephen
When installing ABP Suite I get the following error:
C:\Webs\R3\aspnet-core>abp suite [16:47:23 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [16:47:24 INF] Installing ABP Suite latest version... Unhandled exception: System.IO.IOException: The process cannot access the file '\?\C:\Users\StephenHynds.dotnet\tools.store.stage\gdjs5e5i.qah\volo.abp.suite\9.1.1\tools\net9.0\any' because it is being used by another process. at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel) at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive) at Microsoft.DotNet.Cli.ToolPackage.ToolPackageDownloader.<>c__DisplayClass8_0.<InstallPackage>b__1() at Microsoft.DotNet.Cli.TransactionalAction.EnlistmentNotification.Rollback(Enlistment enlistment) at System.Transactions.VolatileEnlistmentAborting.EnterState(InternalEnlistment enlistment) at System.Transactions.TransactionStateAborted.EnterState(InternalTransaction tx) at System.Transactions.Transaction.Rollback() at System.Transactions.TransactionScope.InternalDispose() at System.Transactions.TransactionScope.Dispose() at Microsoft.DotNet.Cli.TransactionalAction.Run[T](Func`1 action, Action commit, Action rollback) at Microsoft.DotNet.Tools.Tool.Install.ToolInstallGlobalOrToolPathCommand.<>c__DisplayClass23_0.
I have tried using the dotnet tool method and get the same error, and have tried versions other than 9.1.1 and also get the same error. A colleague is also seeing the same issue.
Any thoughts on how this can be resolved?
Hi,
I have successfully configured login via Microsoft account which leads me to the Register page in our solution. User registration is disabled so the user can not proceed beyond this point - which is how we want it.
How can I update this so that upon being handed back to our site I can take the user details and attempt to match the user to an existing identity user based on the email address, and if they exist take them to the landing page, and if not show them an error?
I couldn't find anything in the documentation to explain what I need to override/inject etc. etc.
Thanks
Stephen