Install
After successful download, you need to unzip the file and run the executable file contained within the archive. Follow onscreen instructions during the installation process.
Program Files Structure
During install, the FlyTreeView control creates a set of directories in its Program Files location.
Here is the brief description of the Program Files structure.
|
| bin |
Contains control assembly DLL along with XML documentation file
required for context sensitive help in IDE.
|
| doc |
Contains class reference help file.
|
| graphics |
Contains default control icons, background images, and image sets.
You can always create your custom icons, image set or background image using these images.
|
| samples |
Contains Visual Basic and C# demo applications.
The demo application contains a full set of demos available online.
They are easy to customize and very useful when you’re looking for a particular code sample.
|
| changes.txt |
Contains development history of the control (bug fixes,
improvements, significant and breaking changes).
|
| EULA.txt |
Contains the End-User License Agreement for the
FlyTreeView for ASP.NET 2.0 product.
|
| readme.txt | Contains a brief description of the product. |
| Samples C#.sln | Contains the Visual Studio solution file for C# demo application. |
| Samples VB.NET.sln |
Contains the Visual Studio solution file for
VB.NET demo application.
|
Installing into Microsoft Visual Studio 2005
Typically the FlyTreeView control installation for Visual Studio does not require any additional steps. But if FlyTreeView and FlyContextMenu do not appear in the toolbox it may be required to manually reinstall the controls into IDE toolbox.
To accomplish this, please use the method described below for Visual Web Developer.
Installing into Microsoft Visual Web Developer
Installation process for Visual Web Developer requires FlyTreeView and FlyContextMenu to be installed into the Toolbox manually.
To achieve this, please make use of the following steps:
-
Make sure you have control assembly in the installation folder of FlyTreeView control.
The default location is C:\Program Files\9Rays.Net\FlyTreeView for ASP.NET 2.0\bin folder.
But it may be customized during the installation process.
- Open your Visual Web Developer environment.
- Expand the Toolbox window.
-
Right-click the Toolbox. Select Add Tab menu item.
-
Type in 9Rays.Net Controls tab name and press Enter.
-
Again right-click Toolbox and select Choose Items menu item.
-
In the .NET Framework Components tab check the FlyTreeView and FlyContextMenu items, if present.
Otherwise, click Browse button and select control assembly DLL file from the control installation path.
That is C:\Program Files\9Rays.Net\FlyTreeView for ASP.NET 2.0\bin\NineRays.WebControls.FlyTreeView.dll
by default.
The
FlyTreeView and
FlyContextMenu should appear in the Toolbox.
Now you're ready to use FlyTreeView control in your applications.
See also:
Adding FlyTreeView and to IDE Toobox
