M
Mel
Can anyone tell me why I am getting this error? It bombs on this line
of my VB code:
Public appExcel As New Excel.Application
It works when I test it on my machine but once I release the page to
the web server I get the error when I click on a hyperlink that loads
the page. I have the Interop.Excel and Interop.Microsoft.Office.Core
references added to my project but I still get this error. What am I
missing?
of my VB code:
Public appExcel As New Excel.Application
It works when I test it on my machine but once I release the page to
the web server I get the error when I click on a hyperlink that loads
the page. I have the Interop.Excel and Interop.Microsoft.Office.Core
references added to my project but I still get this error. What am I
missing?