2007-10-05, 07:20 PM
As part of trying to figure out how to make my plug-in start up faster I've added some logging to my Activate method. When I look at the logs I see that when I click on my plug-in the main menu it is activated twice. The first activate is fast but the second one takes a long time to complete, probably because I have kicked off background tasks that are now using up CPU time. My question is, is there a bug that is calling Activate twice?
Jeff
Jeff