Ask a Question related to ASP.NET Web Services, Design and Development.
-
joanne #1
Excel COM object not being destroyed
Hi everyone,
I have a .NET component (DLL) that uses Excel (creates
workbook, adds some data, saves workbook, quits Excel)
If I call this component from a .NET console application
it works fine.
If I call the same component from a WebService I find
that EXCEL.EXE hangs around (using TaskManager).
Any ideas what causes this?
joanne Guest
-
Excel create object error
Hello! I have an ASP page that creates an Excel object: set lobjXLSApplication = CreateObject("Excel.Application") This used to run fine on my... -
COM Object Excel
Hi, I was using a Coldfusion 4.5 server on a windows NT platform on which I was exporting datas in a Excel 97 using COM object. I've migrated all... -
Web service in .net not able to create Excel com object
(Type your message here) Hi! I created a web service in .net where in the web method makes call to a function in which I am creating an excel... -
Excel object in ASP
I am trying to use an excel spreedsheet on an asp.net page. The follow code works (with output mod.) in a .net console application. When I try to... -
QueryInterface, with the object Excel.Application
Hello, With Asp.Net, I try to generat a document with an Excel object. This is the begin of my procedure: Dim xapExcel As Excel.Application...



Reply With Quote

