Reputation: 906
Following works as expected: VS Studio 2019 tested with professional and community.
Compiles as expected
Following does not work:
Tested it on 3 different machines with VS 2019 professional and community
Compile Errors:
Error Custom tool PublicResXFileCodeGenerator failed to produce an output for input file 'Resources\Resources.de.resx' but did not log a specific error. WpfApp4 C:...\source\repos\WpfApp4\WpfApp4\Resources\Resources.de.resx 1
Error MSB3086 Task could not find "al.exe" using the SdkToolsPath "" or the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\NETFXSDK\4.7.2\WinSDK-NetFx40Tools-x86". Make sure the SdkToolsPath is set and the tool exists in the correct processor specific location under the SdkToolsPath and that the Microsoft Windows SDK is installed WpfApp4 C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets 3639
EDIT: Also created a Ticket at Microsoft
Upvotes: 5
Views: 3154
Reputation: 141
In VisualStudio 2019 in an asp.net core 3.1 webSite project (using Globalization), I faced this issue when I used an existing resource file.
To solve the issue:
It worked for me. I wish it works for you too.
Upvotes: 2
Reputation: 7536
Try to install .NET Framework 4.7.2 Developer Pack. It is needed only for compilation.
Upvotes: 4