Current version of Outlook bar (2009.2) doesn´t work with Silverlight 4, how or when will we be able to use a Silverlight 4 compatible version? (we are in a bad need of this for a current project)
Hi Edgar,
What error are you getting? This should all work OK. BTW, are you using VS 2010 RC or Beta 2? And are you using the RC of Silverlight 4?
Thanks
Jason
Hi Jason,
The error I got is "The property ‚System.Windows.Controls.Panel.Childern‘ is set more than once."
I'am using VS 2010 RC and the RC of Silverlight 4.
Thanks for your time,
Regards
Hi Edgar,You can use the XamWebOutlookBar with SL4 by changing the style.I am attaching a sample code, see OutlookBarSL4.txt.Regards,Marin
Hi. here i am again with other problem. I put your code in a user control, so then when I try to draw the user control in other xaml page, or edit in blend i got this error :
KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Dictionary`2.get_Item(TKey key)
at System.Windows.ResourceManagerWrapper.GetResourceForUri(Uri xamlUri, Type componentTyp
InnerException:None
I think it is something in the styles ? please, any help is appreciated
thanks