0

Our project needs to be migrated to .NET6.We are using WPF Localization extension. What can be used for .NET6 project ? I'm using xmlns:lex="http://wpflocalizeextension.codeplex.com" and have defined lex:ResxLocalizationProvider.DefaultAssembly="Localization" lex:ResxLocalizationProvider.DefaultDictionary="Resources" .It works fine with the test application mocking similar structure. But when run my actual application with same code it throws exception enter image description here

How to solve it? I tried checking lots of blogs related WPF localization extension but no help.

0 Answers0