View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Cooper[_2_] Mike Cooper[_2_] is offline
external usenet poster
 
Posts: 1
Default Excel hangs on close when using Web services in add-in

I use a web service in an automation add-in in Excel,
using a .NET .dll. It all works very cool until I exit --

Excel refuses to actually die - just sits around in
memory and causes problems for future uses.

I have tracked memory and find that I get a pinned object
in memory as soon as I invoke the 1st web service.

any ideas or similar situations?

--mike