Search code examples
dllrpaautomationanywhere

How to update DLL in automation anywhere using metabot


How to update DLL in automation anywhere using metabot. When i am replacing old DLL with updated one its not working. metabot still using old DLL.

i have tried to replace old dll with new one but not working.


Solution

  • You have to delete the old DLL from the metabot and then add the new one.

    Double check that the new DLL is actually a new version, for example if you have a C# project go to that project, rebuild it and then go to bin -> Debug | Release -> select the new DLL from here

    I never had issues with that doing these steps.