T
Tim Marsden
Hi,
I have a vb.net dll which uses some excel functionality.
I use :
Dim XL As Excel.Application
XL = New Excel.Application.
When I call the appropriate class from a windows form app, all is OK.
When I call it from a Web Form I get a message on the "new" statement saying
"Access is Denied"
Am I missing something
Regards
Tim
I have a vb.net dll which uses some excel functionality.
I use :
Dim XL As Excel.Application
XL = New Excel.Application.
When I call the appropriate class from a windows form app, all is OK.
When I call it from a Web Form I get a message on the "new" statement saying
"Access is Denied"
Am I missing something
Regards
Tim