What does it mean when Visual Studio disables an addin

by Visual Micro 11. April 2010 21:56

If Visual Studio 2005/2008 encounters a problem with an addin it will disable it by altering the addin xml.

To enable the addin again ensure the addin xml is in the "\document\visual studio x\addin\" folder, as per the installtion guide, and ensure the following settings are in the .addin xml

 <LoadBehavior>5</LoadBehavior>

<CommandPreload>1</CommandPreload>

<CommandLineSafe>1</CommandLineSafe>

News - 2010

2nd May - Visual Studio 2010 - Navigating the Navigator with ArduPilot

18th April - Supports multiple sketch (pde) files in a single project (ArduPilot)

17th April - Supported on all windows language versions

14th April - First test success

11th April - The arduino visual studio beta was released today

Links and References

Visual Micro Forums here

Visit the Arduino forums here

A different solution here

Bob Powell's solution here

Ardupliot example here