Hi,
I have created a framework for our application (CMXUIFramework.Dll). All user controls are in this dll, which may comprise of one of more UI controls. This DLL can be now referenced for a stand alone app as well as an Outlook integration app. On one of the controls I have used is Microsoft’s TreeView control and everything works fine, however, when I replace the Microsoft’s TreeViewControl with a Telerik Treeview control, at runtime I get object not set to an instance of an object.
Is there anything I should know about when displaying Telerik’s controls on a form in this manor?
Thanks
P