VitalElement / AvalonStudio

Cross platform IDE and Shell
GNU Lesser General Public License v3.0
1.62k stars 237 forks source link

namespace 'GeneralSettings' could not be found #765

Open SeaPeaMe opened 3 years ago

SeaPeaMe commented 3 years ago

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).

Fabio-Aguirrezabal commented 3 years ago

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

daniele-bondi commented 3 years ago

Same issue on Arch, dotnet 5.0.5

dev-bre commented 3 years ago

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

chuwak86 commented 3 years ago

for me too. win10. netcore 5

dev-bre commented 3 years ago

Quite disappointing to see total silence on solving this issue.

najlot commented 3 years ago

The issue can be fixed with #768 .