S
shane Carter
I have a WinForm app which opens Excel (using Automation)
and traps Excel's Workbook_beforeclose event. The handler
for this event executes when the app is run as a
standalone exe. However, when the app is deployed using No
Touch Deployment technology and accessed from the browser
the events are not triggered, but other features of the
app (like accessing web service etc.) are not affected.
By the way, the app is a strong named one and it is
running with "Full Trust" rights.
Any ideas?
and traps Excel's Workbook_beforeclose event. The handler
for this event executes when the app is run as a
standalone exe. However, when the app is deployed using No
Touch Deployment technology and accessed from the browser
the events are not triggered, but other features of the
app (like accessing web service etc.) are not affected.
By the way, the app is a strong named one and it is
running with "Full Trust" rights.
Any ideas?