View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel hangs on close when using Web services in add-in

Who wrote the DLL. You might need to ask them.

--
Regards,
Tom Ogilvy

Mike Cooper wrote in message
...
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