I get the following error:
XamlParseEception Ocurred
'Se produjo una excepción al proporcionar un valor en 'System.Windows.Baml2006.TypeConverterMarkupExtension'.' (número de línea: '7'; posición de línea: '10').
Please Help!
[SM]:
English translation: There was an exception to provide a value in 'System.Windows.Baml2006.TypeConverterMarkupExtension
OK, this is all the code i have:

<Window x:Class="RetroClock.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tb="http://www.hardcodet.net/taskbar"
Title="MainWindow" Height="350" Width="525">
<Grid>
<tb:TaskbarIcon IconSource="/clock.ico" ToolTipText="hello world"/>
</Grid>
</Window>
Have a look at the following discussion on same error:
http://scottstoecker.wordpress.com/2010/10/14/xaml-error-system-windows-baml2006-typeconvertermarkupextension/ [ ^ ]
http://connect.microsoft.com/VisualStudio/feedback/details/533882/provide-value-on-system-windows-baml2006-typeconvertermarkupextension-threw-an-exception [ ^ ]
http://social.msdn.microsoft.com/Forums/eu/wpf/thread/cfa1a133-3424-4fc6-b523-7a4cea5f8f3b [ ^ ] I encounterd this issue with image that I refered in the project, However I could solve the issue by changing the build action from embedded resource to resource.
Hope it works for others as well.. :)
BR/Ravi
  • Read the question carefully.
  • Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  • If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  • Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question. Let's work to help developers, not make them feel stupid.
  •