digimezzo / dopamine-windows

Audio player which tries to make organizing and listening to music as simple and pretty as possible.

Home Page:https://digimezzo.github.io/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot compile, getting a bunch of "tag does not exist in XML namespace" errors

Tovape opened this issue · comments

I'm submitting a...


[ ] Regression 
[ x ] Bug report  
[ ] Feature request

I'm using these versions

  • Windows version: 10
  • Dopamine version: 2.0.9

Reproduction steps

  • Step 1
    Installed Visual Studio 2019
  • Step 2
    Changed Project NET Framework to 4.5
    Added the windows.winmd
  • Step 3
    Built Solution, got the errors

All of them are like:
The name "ProgressRing" does not exist in the namespace "clr-namespace:Digimezzo.Foundation.WPF.Controls;assembly=Digimezzo.Foundation.WPF"

The type or namespace name 'Digimezzo' could not be found (are you missing a using directive or an assembly reference?)

Observed behavior

Desired behavior

Log file

Foundation uses .NET 4.7.2. So the .NET version in Dopamine should be set to 4.7.2 or higher. Why did you change it to 4.5?

Foundation uses .NET 4.7.2. So the .NET version in Dopamine should be set to 4.7.2 or higher. Why did you change it to 4.5?

I read the compilation readme notes and I read it had to be set at 4.5. Thanks for replying btw, I will change it in a few hours and see if all goes well

Okay it works now, thanks so much