SpreadsheetGear 2010 attempts to register the WorkbookView and FormulaBar controls with Visual Studio 2005, Visual Studio 2008 and / or Visual Studio 2010 during installation. The Express versions of Visual Studio do not support the APIs used by SpreadsheetGear 2010 for this registration, so you must manually register the WorkbookView and FormulaBar controls.
To manually add the WorkbookView and FormulaBar controls to Visual Studio:
- Install Microsoft Visual C# 2005 / 2008 / 2010 Express Edition or Microsoft Visual Basic 2005 / 2008 / 2010 Express Edition.
- Install SpreadsheetGear 2010.
- Launch Visual C# Express or Visual Basic Express.
- On the File menu click New Project…. The New Project dialog box appears. (You may also Open an existing Windows Application project.)
- Under Templates, choose Windows Application for earlier versions of Visual Studio or Windows Forms Application for later versions.
- Change the Name as desired.
- Click OK to create the project
- On the View menu click Toolbox. The Toolbox appears.
- Right-click in the Toolbox and click Add Tab. A new Tab appears to be named.
- Name the Tab (such as "SpreadsheetGear 2010")
- Right-click within the Tab and click Choose Items….
- Scroll through the list and check FormulaBar and WorkbookView.
- Click OK to add the controls to the Tab.