I need to know exact point to check my robot after Uipath update. I know officially Uipath say they have compatibility with old version but I found some .net relative method shows short dump after update.
If anybody know something knowledge about uipath update, please share it with me.
If you found your process to no longer work, it would help if you could share a sample for us to evaluate. More often than not, it can be fixed during our open beta tests
My case, I was using invoke method system.io.compression.zipfile in old version.
And after update UiPath studio version from 2017 something to 2018.3.2, it failed because the method version was updated 4.1.2 (or something like that) to 4.2.0 as belong to .net version up.
(I rewrite the logic, it makes well now.)
In the case, now I’m looking for something version up side effect if exist. So if anybody know something, I want to let me know.