c# - Unable to load the Excel 2003 Add-in -
I am trying to develop the Excel 2003 add-in using Visual Studio 2008 (SP1). I have any code added by Visual Studio for boilerplate code.
When I VS When I run the application, it loads Excel, but the add-in does not work itself. Add-in has the "COM add-ins" window list, but it is unchecked. "Load Behavior" "does not load. Com add-in reads as a runtime error during loading". VS was unable to catch exceptions on load-time, although I have enabled all the options under debug> exception.
I also tried to install the VSTO_SUPPRESSDISPLAYALERTS environment variable, which is mentioned in it. It is good that he did not even show any message to me.
I am running Office 2003 (SP3) under Windows XP.
Thank you.
You must install
Installation with VS 2008 is a bit more complicated. Check here:
Comments
Post a Comment