© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
Nacho Man Randy Cabbage

❔ 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.
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
obj
folder.
TestClassifier
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>
<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
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ WPF Project
C#CC# / help
3y ago
❔ Can't build a MSIX Package for a WPF app
C#CC# / help
3y ago
❔ Hello WPF project
C#CC# / help
3y ago
✅ wpf project help
C#CC# / help
3y ago