I’m trying to use UiPathTeam.TwoStepAuthentication.activities
in a Windows project, but it’s not working. I also noticed that the dependencies are not listed in the Manage Packages. Has anyone faced this issue, and does anyone have a solution?
When you say not working are you getting any error?
also kind that the tokens can sometimes not work because of the 30s time frame
cheers
Hi @Anil_G
I’m getting an below error. Could not load file or assembly ‘bouncycastle.crypto, version=1.9.0.0, culture=neutral, PublicKeyToken=null’. The system cannot file the file specified.
hi @ashokkarale
The same package only I’m using right now which is causing an issue. The issue is currently developing one project in windows mode. But in legacy-windows this packages are working fine.
When you are getting this error? is it after you deploy and try to run the bot or while development?
Try deleting the package from .nuget folder. It would be at this path on your machine
C:\Users\your-user-id\.nuget\packages
Delete the package and UiPath will restore it to the required version automatically.
I have tried the same thing it’s giving an same error
While using UiPathTeam.TwoStepAuthentication.Activities
you need to download Bouncy Castle Portable
package from Manage Packages. You will not face that particular error.
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.