The service provider has not been configured yet #1032
Unanswered
AlphaCentauri1983
asked this question in
Q&A
Replies: 1 comment
-
The error message comes from the VS Designer.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following problem in my WPF application: I get the following error in MainView.xaml:
The service provider has not been configured yet
This error is only visible in the xaml designer and I cannot see the SettingsView there either. The application starts normally and runs without problems.
My App.xaml.cs looks like this:
The data context was set in the code behind:
Doy ou have any ideas how I can solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions