I have the following FTP code which works perfectly on my one PC at the office. I have just been given a new PC and when running the macro run time error 440 "unable to wait for process"
The following code is highlighted
wsh.Run FTPcommand, 5, True
I am using Office 2010 and...
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...