Friday, March 30, 2007

Hard Disabled Add-in

Just before I wanted to leave office, I found that a VSTO SE add-in cannot be loaded.
As the add-in is still under development, this is my first priority to fix it,
or else, I can do nothing next week.

After a keep querying google for solution, the following pages return ... so it is time to leave office and take a rest.

Google
Error

We're sorry...
... but your query looks similar to
automated requests from a computer virus or spyware application. To protect our
users, we can't process your request right now.
We'll restore your access as
quickly as possible, so try again soon. In the meantime, if you suspect that
your computer or network has been infected, you might want to run a virus checker or spyware remover
to make sure that your systems are free of viruses and other spurious software.
We apologize for the inconvenience, and hope we'll see you again on Google.



Finally, I found that the add-in is hard-disabled because of a previous crash.
To solve it : Lauch Excel > Help > About > Disabled List > uncheck your add-in > Done !

2 comments:

...雄 said...

What is VSTO SE??

alfie said...

VSTO SE (Visual Studio Tool for Office Second Edition)

Visual Studio 2005 Tools for the 2007 Microsoft Office System (Visual Studio 2005 Tools for Office Second Edition or VSTO 2005 SE for short) is a free add-on to Visual Studio 2005 that empowers developers to build applications targeting the 2007 Office system. Developers can now harness the benefits of the 2007 Office system platform and create Office-based solutions using the professional development environment of Visual Studio 2005.

ref: http://msdn2.microsoft.com/en-us/office/aa905543.aspx