Hello,
I am trying to automate a webpage which requires google authenticator code. when I run the file I receive the error message
{
“message”: “Get Google Authentication Token: Could not load file or assembly ‘BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.\r\nin kite_automation(Autosaved).xaml\r\n at GetGoogleToken "Get Google Authentication Token"\r\n at Sequence "Do"\r\n at NApplicationCard "Browser(1)"\r\n at Flowchart "kite_automation"\r\n at kite_automation_Autosaved_ "kite_automation(Autosaved)"\r\n”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “11:10:16”,
“fileName”: “kite_automation(Autosaved)”,
“jobId”: “80323045-dfb7-431b-8f0b-3847a5216f46”,
“robotName”: “bhaskarndas@gmail.com-attended”,
“machineId”: 4108000,
“userKey”: “77f52661-54af-4814-8b81-a5d9f49a6adf”,
“processVersion”: “1.0.0”,
“organizationUnitId”: 5606864,
“businessOperationId”: “5ae0db5a5c704345a2f2cb49239fe93f-90677ce982254641ba7e1e20bb7f6aa6”
}
I have tried to reinstall all the packages and also tried various other recommendations provided in the community, but this problem doesn’t go.
Any help would be appreciated.