I have setup RadialGauge in xaml like this:
It works well running the application inside VS 2010. It crashes when I run a ClickOnce version of the application on the same computer. Exception given Is:
Cannot create instance of 'Needle' defined in assembly 'Telerik.Windows.Controls.Gauge, Version=2010.3.1314.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. Exception has been thrown by the target of an invocation. Error at object 'Telerik.Windows.Controls.Gauges.IndicatorList' in markup file.
Nothing in code behind except these using statements:
using Telerik.Windows.Controls;
using Telerik.Windows.Controls.Gauges;
Regards
Arnvid