Aşağıdaki kod var: dizeleri <ResourceDictionary Source="themes/...xaml"/>
yılında"ResourceDictionary ait varis bekleniyor" - Bu hata ne demek App.xaml yılında
<Application
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="FJW.App">
<Application.Resources>
<!-- Resources scoped at the Application level should be defined here. -->
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="themes/F4.xaml"/>
<ResourceDictionary Source="themes/F3.xaml"/>
<ResourceDictionary Source="themes/F2.xaml"/>
<ResourceDictionary Source="themes/F0.xaml"/>
<ResourceDictionary Source="themes/F1.xaml"/>
<ResourceDictionary Source="themes/Palm.xaml"/>
<ResourceDictionary Source="themes/Key.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
Visual Studio buluyor hatası - aşağıdaki hata iletisini yükselterek: ResourceDictionary'ın kalıtıcısı bekleniyor.
Ancak proje düzgün bir şekilde derleniyor ve doğru çalışıyor. Hata mesajı ne anlama geliyor? Belki bu beta Silverlight sürümü bir hata mı? Yoksa benim hatam mı?
Teşekkürler! Bende aynı problem vardı. –
Bu bir işe yarıyor! – Bulat
teşekkürler, işe yarıyor! – viky