Estoy usando la interoperabilidad de Excel en C # ( ApplicationClass) y he colocado el siguiente código en mi cláusula finalmente: while (System.Runtime.InteropServices.Marshal.ReleaseComObject(excelSheet) != 0) { } excelSheet = null; GC.Collect(); GC.WaitForPendingFinalizers(); Aunque este tipo...
747
¿Cómo limpio correctamente los objetos de interoperabilidad de Excel?