VitalElement/AvalonStudio

namespace 'GeneralSettings' could not be found

SeaPeaMe opened this issue · 6 comments

Every time I try to build Avalon, I always get this error:
C:\Users-----\Desktop\AvalonStudio\AvalonStudio\AvalonStudio\GeneralSettingsViewModel.cs(33,49): error CS0246: The type or namespace name 'GeneralSettings' could not be found (are you missing a using directive or an assembly reference?).

This error also shows up at GeneralSettingsViewModel.cs(40,49).

Having the same issue. Can't find a solution for it. UBUNTU 21.04 DotNet 2.1, 3.1,5.0 are installed

Same issue on Arch, dotnet 5.0.5

same here. Why not providing an already built release with ready to run packages? Not eveyones wants the compile everything, most of the people will only want to actual use this app.

Anyway, that's the erro I am getting as well:

/repos/AvalonStudio/AvalonStudio/AvalonStudio/GeneralSettingsViewModel.cs(33,49): error CS0246: The type or namespace name 'GeneralSettings' could not be found (are you missing a using directive or an assembly reference?)

Running on Ubuntu 20.10 and dotnet5

for me too.
win10. netcore 5

Quite disappointing to see total silence on solving this issue.

The issue can be fixed with #768 .