I have used designer of Telerik Controls for Winforms at runtime. It was working fine in .Net framework 4.8. After upgrade to .net6.0 I used the Nuget package UI.for.WinForms.AllControls.Net60.Trial. Telerik.WinControls.UI.Design assembly is missing in this package. Hence runtime designer feature is not working.
We have provided a feature to our customers in which the controls of the forms can be resized and relocated at runtime using the IDesignerHost. Design is stored as a xml file and reloaded when reopened the same form.
After upgrading to .net6.0, we added the Telerik WinForms package- UI.for.WinForms.AllControls.Net60.Trial in WinForms project. Telerik.WinControls.UI.Design.dll is not available in this package. So our runtime designer is not working. Same was working in Net4.8 version and Telerik.WinControls.UI.Design.dll is present in 2023.1.117.48 version of Telerik WinForms(without Nuget package).
Please share the reasons of missing assembly Telerik.WinControls.UI.Design in UI.for.WinForms.AllControls.Net60.Trial and what are the alternatives to resolve the issue?