The resource “x” could not be resolved.

后端 未结 7 2032
暖寄归人
暖寄归人 2021-02-15 16:40

I have recently upgraded to VS 2012, I had to as I needed to start using the .net 4.5 but that is besides the point. My problem is the following:

I have a Resource

相关标签:
7条回答
  • 2021-02-15 17:45

    it is possible to use the relative path to your appStyles.xaml folder. hope this helps.

    something like below

    <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="../Resources/Styles.xaml"></ResourceDictionary>
            </ResourceDictionary.MergedDictionaries>
    <ResourceDictionary>
    
    0 讨论(0)
提交回复
热议问题