Program uses spell check and autocomplete on a radtextbox control.
In order to use ILMerge, I have:
Telerik.WinControls.RadTypeResolver.Instance.ResolveTypesInCurrentAssembly = True
Near top of main form.
References in Solution Explorer show:
Telerik.WinControls
Telerik.WinControls.SpellChecker
Telerik.WinControls.UI
Telerik.WinControls.Design
However, when I build the program, I find just about every major Telerik assembly dll, From PdfView, to RadWebCam.
I've searched the entire solution, and can't figure out where all those references are coming from.
Where did I go wrong?