VS 2022 compile error WMC111

Сергей В 6 Reputation points
2021-12-25T20:26:56.72+00:00

I migrate some app from WPF to WinUI 3.

Compiler set error on Russian symbols in binding:

Ошибка WMC1110 Invalid binding path 'vm.User.ПраваДоступа' : Syntax error at '<EOF>'

<ComboBox
...
ItemsSource="{x:Bind vm.ListAccess}"
SelectedValuePath="{x:Bind vm.User.ПраваДоступа}"
/>

I can't use russain symbols in bindings on .net 5 ??

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
748 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,503 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GoodSoftwareIntoPcSupport 1 Reputation point
    2022-01-10T13:01:04.127+00:00

    You did not write in what language you are programming. The "Syntax error at '<EOF>'" error usually affects the end of the code. You have to search the whole code for maybe wrong data parsing.

    Regards

    P.S
    Fill in the data about the problem and write how you will solve the problem so that others who have a similar problem can solve it

    0 comments No comments