✅ project can't find file that is in bin folder avalonia
Helpers.cs: https://pastebin.com/WSCLp8he
TermsOfServiceView.axaml: https://pastebin.com/xEgKRneg
TermsOfServiceViewModel.cs: https://pastebin.com/JkzbvzgX
MainWindowViewModel.cs: https://pastebin.com/LrnxxWsv
this is my helper class. When I build the screen to see style changes, it tells me
System.Xaml.XamlException: Could not find file 'C:\Users\Mekas\OneDrive\Desktop\Programming\Github\MakeMyProject\TermsOfService.txt'.
but yet it can obtain the file just fine enough to display it in the axaml preview in vs. What do I have messed up?1 Reply
ok nevermind. I figured it out. thanks