J
John Bailo
I wrote a c# web service that creates an Excel spreadsheet. Even
though I follow all the formal procedures for closing the app and
finalizing, an instance of Excel still remains in memory.
I follow the procedures described here:
http://blogs.geekdojo.net/richardhsu/archive/2003/11/14/281.aspx
Yet, excel.exe stays there with IUSR_ as the owner.
I'm trying to get rid of this instance once the method ends.
BTW -- if I use the exact same code in a c# console application, the
instance does go away!
though I follow all the formal procedures for closing the app and
finalizing, an instance of Excel still remains in memory.
I follow the procedures described here:
http://blogs.geekdojo.net/richardhsu/archive/2003/11/14/281.aspx
Yet, excel.exe stays there with IUSR_ as the owner.
I'm trying to get rid of this instance once the method ends.
BTW -- if I use the exact same code in a c# console application, the
instance does go away!