and "AppResources.xaml" that contains my styles and converters.
Every page gets "Error occured while loading myview.xaml (error message:cannot read property '0' of undefined"
when i put the styles from the appresources.xaml back into the app.xaml (what breaks other things) it works fine again.
Looks like the "MergedDictionaries" are the break point here.
Hi i have had to split my Resource Dictionary into a separate file. like this
app.xaml with some datatemplates and selectors
and "AppResources.xaml" that contains my styles and converters.
Every page gets "Error occured while loading myview.xaml (error message:cannot read property '0' of undefined"
when i put the styles from the appresources.xaml back into the app.xaml (what breaks other things) it works fine again. Looks like the "MergedDictionaries" are the break point here.