grigs
May 28th, 2003, 11:28 AM
Hi,
I'm trying to create a new instance of a Excel application through a vb.NET webform. The code complies fine, but when I go to open the aspx page, It says Cannot Create ActiveX component. My code is found below, Any help would be great.
Dim xlApp As Object
xlApp = CreateObject("Excel.Application", "\\Server")
(where "//server" is the name of the server that I'm creating it on)
I'm trying to create a new instance of a Excel application through a vb.NET webform. The code complies fine, but when I go to open the aspx page, It says Cannot Create ActiveX component. My code is found below, Any help would be great.
Dim xlApp As Object
xlApp = CreateObject("Excel.Application", "\\Server")
(where "//server" is the name of the server that I'm creating it on)