AvalonStudio icon indicating copy to clipboard operation
AvalonStudio copied to clipboard

namespace 'GeneralSettings' could not be found

Open SeaPeaMe opened this issue 4 years ago • 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).

SeaPeaMe avatar May 09 '21 00:05 SeaPeaMe

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

Fabio-Aguirrezabal avatar May 09 '21 11:05 Fabio-Aguirrezabal

Same issue on Arch, dotnet 5.0.5

daniele-bondi avatar May 10 '21 03:05 daniele-bondi

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

dev-bre avatar May 10 '21 08:05 dev-bre

for me too. win10. netcore 5

chuwak86 avatar May 15 '21 17:05 chuwak86

Quite disappointing to see total silence on solving this issue.

dev-bre avatar May 15 '21 19:05 dev-bre

The issue can be fixed with #768 .

najlot avatar Jun 08 '21 21:06 najlot