S
sreedhardasi
Hi,
I am developing an Add-in for Excel 2003 (Standard & Professional)
using Visual Studio .NET 2003 and C#. I am creating a custom toolbar
with event handler that gets fired when toolbar button is clicked. The
event handler creates an object of another class and calls the method
in it. The issue is that the button stops getting fired after sometime.
It is probably getting garbage collected by .NET runtime.
Does anybody know solution for this issue? Any help would be
appreciated.
Thanks
I am developing an Add-in for Excel 2003 (Standard & Professional)
using Visual Studio .NET 2003 and C#. I am creating a custom toolbar
with event handler that gets fired when toolbar button is clicked. The
event handler creates an object of another class and calls the method
in it. The issue is that the button stops getting fired after sometime.
It is probably getting garbage collected by .NET runtime.
Does anybody know solution for this issue? Any help would be
appreciated.
Thanks