언어 'VisualBasic'이(가) 프로젝트의 언어 'CSharp'과(와) 호환되지 않습니다. 해결 방법 문의 드립니다

.xaml 언어 'VisualBasic’이(가) 프로젝트의 언어 'CSharp’과(와) 호환되지 않습니다. 이 구성은 지원되지 않습니다.

기존에 잘 실행되던 파일이 갑자기 위와 같은 에러와 함께 실행이 되지 않습니다.
프로젝트.json의 language를 VisualBasic으로도 변경해보고, SCharp로도 변경해보았지만 모두 언어가 호환되지 않는다는 에러가 뜹니다.

어떻게 해결하면 좋을 지 문의 드립니다.

Hi @_tv1

Try this possible solution:

  1. Open the .xaml in Studio (double click on the .xaml file).
  2. Close the UiPath Studio application.
  3. Open the generated project.json file and look for
"expressionLanguage": "CSharp"

and replace it with

"expressionLanguage": "VisualBasic"
  1. Save the project.json file and close it.
  2. Reopen the .xaml file in UiPath Studio.

Let us know if you still have the error after performing the above.

Hope it helps

Hi @_tv1 ,
You can close Studio
go to folder this Project
open .json file by text editor


change language
save it and close file
then re-open studio
regards,