Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Application x:Class="FortySixApplesResourceDictionaryDemo.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/Demo.Common;component/Resource Dictionaries/MacStyledWindow.xaml" />


            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>


------------

showing error.
Posted
Comments
Mahindra Shambharkar 19-Jul-15 8:40am    
will you be more specific about what type of error?
if you want to see all CLR errors Press:-CTRL+ALT+E
and check on Thrown checkBox for "Common Language Runtime Exceptions"
This will show you exact location where exception is thrown with details

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900