- Thread Author
- #1
I have an application that's hanging on the following:
In task manager, the app is using 100% of the available core's processing power. I just thought I should post this and was wondering if anyone else has run across this.
Code:
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 should post this and was wondering if anyone else has run across this.