I have received an error as mentioned in Subject of this topic.
It is when I downloaded the sample program in the Debugging course of the RPA Developer Production Readiness Essentials training.
I have always chosen VB instead of C# to create programs in UiStudio.
Can anyone please advise me how to fix this error?
Thanks.
I’m having the same error, a co worker of mine came to me with the prob, at first the project worked, then suddently he dosn’t know why when trying to open it he got an error saying c# is not supported. When opening the project.json I could see the expressionlanguage was set to c#, changing it back to visual basic, I was able to open it, but getting the above error
Thanks. So I opened up the JSON file and changed the expression language to “VisualBasic”.
That made it so I can open up the xaml file.
But my understanding from the thread is that the “Unregistered Expression Error” for activities within the xaml file cannot be fixed at the moment. This is due to file originally being created in C#, which is currently not supported in the current 2019.10.10 version of UiStudio.
So if I want to update the activities, I believe I need to correct them manually.
@Umang_Mehta
Thanks. I think even then you have to update the activities manually in the XAML file.
But yes changing the expression editor to VisualBasic in the JSON file is necessary when receiving UiStudio projects in C#.