C#C
C#2y ago
Mek

✅ Unsure of how to fix these avalonia errors

Object reference not set to an instance of an object -> LoginView.axaml
Unable to resolve type SplashViewModel from namespace using:SplashScreen.ViewModels -> Splash.axaml
Object reference not set to an instance of an object -> UpdateAvailableView.axaml

LoginView.axaml: https://pastebin.com/Kb0resSx
LoginViewMode.cs: https://pastebin.com/BcuyxF5S
Splash.axaml: https://pastebin.com/iazXwshx
SplashViewModel.cs: https://pastebin.com/U1FEwwSU
UpdateAvailableView.axaml: https://pastebin.com/C9WhCRC5
UpdateAvailableViewModel.cs: https://pastebin.com/p2mT7zt2

I spent a vast majority of yesterday trying to avoid asking for assistance with these problems and tried fixing them on my own. I get these errors in my Error List in visual studio. When I try running my program, it launches, but it's just a black screen and I'm not sure how to fix these problem. Thanks
Was this page helpful?