I have a few questions regarding ilmerge & Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True. Any help would be greatly appreciated.
- My application startup object is Sub Main. Should Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True still be placed in the static constructor of the first form that is created and loaded?
- My first form is a login screen that is disposed once you have successfully logged in. Will this cause issues with Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True?
- I am able to successfully merging Telerik.Reporting.dll, Telerik.ReportViewer.WinForms.dll, Telerik.WinControls.dll, Telerik.WinControls.GridView.dll, Telerik.WinControls.RadDock.dll, Telerik.WinControls.Themes.Office2010Black.dll, Telerik.WinControls.Themes.Office2010Blue.dll, Telerik.WinControls.Themes.Office2010Silver.dll, Telerik.WinControls.UI.dll, TelerikCommon.dll and my exe both. The merged and the standalone application run without error when Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True. Isn’t the built executable supposed to return an exception?