RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.
MIT License
834 stars 185 forks source link

Error CS0234 The type or namespace name 'Icons' does not exist in the namespace 'DarkUI' (are you missing an assembly reference?) #63

Closed gaetandezeiraud closed 2 years ago

gaetandezeiraud commented 2 years ago

With Visual Studio 2022, I get the following error when I try to compile the DarkUI project. Error CS0234 The type or namespace name 'Icons' does not exist in the namespace 'DarkUI' (are you missing an assembly reference?)

gaetandezeiraud commented 2 years ago

Strange. Just remove the using DarkUI.Icons; everywhere and it is good!