Hello,
After we installed the version 2023.4.4 of Studio it appeared this error.
Does anyone has any idea? I mention that I have C# in json file and also the bot worked before the update of Studio.
Also, if I run the bot this error disappears, but the bot crush at first line of c#: “System exception at initialization: The method or operation is not implemented. at Source: Password”
Thank you!
AJ_Ask
January 18, 2024, 8:05am
2
Hi @anamariavioleta.dinca
Check this solution
Try this possible solution:
Open the .xaml in Studio (double click on the .xaml file).
Close the UiPath Studio application.
Open the generated project.json file and look for
"expressionLanguage": "CSharp"
and replace it with
"expressionLanguage": "VisualBasic"
Save the project.json file and close it.
Reopen the .xaml file in UiPath Studio.
Let us know if you still have the error after performing the above.
Hope this helps
AMAN_GUPTA
(Aman Gupta)
January 18, 2024, 8:54am
3
Hi,
I might happen…earlier you have created as windows legacy and after updating studio you need make sure you migrate the projects well
Hi, I tried it, but then the bot crush at c# code with exception like this: “The method or operation is not implemented.”
Do you mean to migrate from legacy to windows?
AJ_Ask
January 18, 2024, 3:02pm
6
Check where you are getting this error. Run the bot in debug mode. You will need to recapture the activity which is failing.
Hi, I have this problem right after opening the studio.
RajKumar_DC
(RajKumar Durai)
February 5, 2024, 8:25am
8
Hi @anamariavioleta.dinca ,
Open the project Json file and change expressionLanguage vale as VisualBasicthen save the json file and open the project.
"expressionLanguage": "VisualBasic"
Thanks,