Cannot locate resource 'xxxxx.xaml' (Default: 'window1.xaml'). Windows Presentation Foundation
If you get an error message as in subject line;
add
[assembly: NeutralResourcesLanguageAttribute(/*"xx-XX" (for example :*/"en-US"/*)*/, UltimateResourceFallbackLocation.Satellite)]
statement into AssemblyInfo.cs file on your project.
Good Luck...
add
[assembly: NeutralResourcesLanguageAttribute(/*"xx-XX" (for example :*/"en-US"/*)*/, UltimateResourceFallbackLocation.Satellite)]
statement into AssemblyInfo.cs file on your project.
Good Luck...
find file app.g.cs edin it in notepad, in visual studio it will ask you to reload file, click ok and voila
ReplyDelete