Hi
We build Telerik assemblies from source code using OemAssemblyName as per instructions at http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html.
With 2015 Q1 SP1 (2015.1.331.40) built in Release40 configuration we are experiencing a strange issue when our application is installed on client machines. When one particular form is opened we get a series of nine pop-up 'TypeConverter' messages (please see the attached doc which shows the first four) before the form displays.
Apologies for the vague question but I was hoping you might be able to advise what might cause this issue? We haven't experienced it with previous releases where we've also built assemblies from source.
It kind of suggests that we're missing a dependency or have an incorrect reference in our build but I've double-checked and all appears to be fine there.
I'm struggling to found out why it's only the one form and if it's any particular control - otherwise I'd try to put together a test case.
As a workaround I have commented out the "Can't find TypeConverter from string for property ..." source code line in ..\RadControl\TPF\Theming\OLD\TSSP\XmlPropertySetting.cs but I'd rather address the real cause of the problem.
If it helps, the Telerik assemblies which we deploy with our application are:
Telerik.WinControls.dll
Telerik.WinControls.GridView.dll
Telerik.WinControls.RadDock.dll
Telerik.WinControls.Scheduler.dll
Telerik.WinControls.Themes.HighContrastBlack.dll
Telerik.WinControls.UI.dll
TelerikCommon.dll
TelerikData.dll
Again, apologies for the vague question with little supportive information but any ideas you have would be greatly appreciated.
Many thanks
Adrian