Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i did
-----Original Message----- 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 . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not clear exactly what your situation is, but perhaps:
http://support.microsoft.com/default...b;en-us;317109 PRB: Office Application Does Not Quit After Automation from Visual Studio ..NET Client or perhaps there is a clue he http://support.microsoft.com/default...&Product=vcSne t INFO: Develop Microsoft Office Solutions with Visual Studio .NET -- Regards, Tom Ogilvy Mike Cooper wrote in message ... i did -----Original Message----- 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 . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Text Services to Counts of Services | Excel Discussion (Misc queries) | |||
why do all excel worksheets/workbooks close when I close one? | Excel Discussion (Misc queries) | |||
Excel hangs up. | Excel Discussion (Misc queries) | |||
Excel shoud not close all active books when clicking close button | Excel Discussion (Misc queries) | |||
excel - Windows close button (x) should only close active workboo. | Setting up and Configuration of Excel |