Hi,
I try to understand the working of the demo application. I can build the app. But when I open the SingleExample.xaml, The designer throws up an exception:
"Exception was thrown on QuickNavigation: Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception."
with the details
"Cannot find resource named 'NavigateCommand'. Resource names are case sensitive.
at System.Windows.StaticResourceExtension.ProvideValueInternal(IServiceProvider serviceProvider, Boolean allowDeferredReference)
at System.Windows.StaticResourceExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)"
With 900 lines of xaml code, it is difficult to understand what is happening here. When I'm able to use the designer, I can pinpoint better the pieces I want to reuse.
How can I get a valid xaml-file for the designer?
Regards,
I try to understand the working of the demo application. I can build the app. But when I open the SingleExample.xaml, The designer throws up an exception:
"Exception was thrown on QuickNavigation: Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception."
with the details
"Cannot find resource named 'NavigateCommand'. Resource names are case sensitive.
at System.Windows.StaticResourceExtension.ProvideValueInternal(IServiceProvider serviceProvider, Boolean allowDeferredReference)
at System.Windows.StaticResourceExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)"
With 900 lines of xaml code, it is difficult to understand what is happening here. When I'm able to use the designer, I can pinpoint better the pieces I want to reuse.
How can I get a valid xaml-file for the designer?
Regards,