Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
The following testing code will be executed without an error with windows server 2003 and asp.net. However Excel will remain in the process list until i kill the process or reboot the computer. <script language='vb' runat='server' Private Sub Page_Load() Dim excelApp excelApp = CreateObject("Excel.Application") excelApp.Quit() excelApp = Nothing response.write("OK") End Sub </script In asp, the excel application will be closed with the same statements, but not in asp.net. I have tried to add Microsoft.Excel library reference and to explicitly declare the variables, but it didn't change anything. I am using ws2003 with asp.net and office xp. Anyone could tell me what to do ? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to close Excel Application in IE | Excel Discussion (Misc queries) | |||
Need Macro To Close Excel Application | Excel Programming | |||
close excel application. | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming |