Hi,
Does anybody know if there are known problems with then Interop.Excel.dll
created for Excel2000 by VS.NET 2003 framework 1.1. The event problem
(Private events needed changing to public) seems to be fixed, but I am
experiencing many, many problems with excel interop, exspecially releasing
references. I have tried all the known tricks.
Tim
Mary Chipman - 29 Sep 2003 15:15 GMT
You should be able to release all XL resources using the
Marshal.ReleaseComObject method on all your variables after closing
the workbook and issuing the Quit method on Excel.
-- Mary
MCW Technologies
http://www.mcwtech.com
>Hi,
>
[quoted text clipped - 5 lines]
>
>Tim