C# problem

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!

image

Hi @anamariavioleta.dinca

Check this solution

Hope this helps :slight_smile:

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?

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.

Hi @anamariavioleta.dinca ,

Open the project Json file and change expressionLanguage vale as VisualBasicthen save the json file and open the project.

"expressionLanguage": "VisualBasic"

image

image

Thanks,

Hi, I already tried this :frowning: