Silverlight Resolve Static Resource

Having trouble once again to resolve a static resource in Silverlight code, even though Styles.xaml is located inside the Assets directory?

Have a look at app.xaml if Application.Resources contains the following entry:

<ResourceDictionary>
  <ResourceDictionary.MergedDictionaries>
    <ResourceDictionary Source=”Assets/Styles.xaml”/>
   </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>