❔ Can't build wpf project. "TestClassifier_w04izrw3_wpftmp.csproj" -- FAILED.

I'm trying to build a WPF project and I keep seeing the build error: Done building project "TestClassifier_w04izrw3_wpftmp.csproj" -- FAILED. I don't know what this file is but I saw multiple copies of it in the obj folder. TestClassifier is the name of the project. Not much in the real csproj folder: <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> <ApplicationIcon>Resources\Test_Classifier_Icon.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> <None Update="appsettings.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> Has anyone seen this before? Some searches seem to point towards something with nuget but I'm not using any nuget packages in this project
1 Reply
Accord
Accord17mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.