I have an application that's hanging on the following:
ArrayList InitOblects = new ArrayList();
InitObjects.Add( new Microsoft.ConsultingServices.HtmlEditor.HtmlEditorControl() ); //Hangs Here
In task manager, the app is using 100% of the available core's processing power. I just thought I...