Posts by Carla • 19 points
1 post
-
1
votes0
answers97
viewsQ: Exception from HRESULT: 0x800A03EC
Error executing the following lines of code: Result res = new Result(); foreach (Process clsProcess in Process.GetProcesses()) { if (clsProcess.ProcessName.Equals("Microsoft Excel (32 bit)") ||…