Skip to content

Missing Windows.Imaging namespace #174

Answered by sandrist
jennykim515 asked this question in Q&A
Discussion options

You must be logged in to vote

I think the easiest approach will be to recreate the project as a WPF app targeting .NET Framework 4.7.2. That should allow you to include System.Windows.Media.Imaging. The .csproj for the sample should look something like the following at the top:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net472</TargetFramework>
    <OutputType>WinExe</OutputType>
    ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jennykim515
Comment options

Answer selected by jennykim515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants