EldoS
 Table of Contents >  Installing .NET component into Visual Studio
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

Installing .NET component into Visual Studio

In Visual Studio 2008 and Visual Studio 2005

  1. Use Main Menu -> Tools -> Choose Toolbox items to open Toolbox Customization dialog
  2. In the dialog that appears activate .NET Framework Components tab
  3. Find SolFSStorage component in the list and check it.
  4. If you don't find the component in the list, use Browse button to find and add the assembly, which contains the component, to the list. The assemblies (32-bit and 64-bit) are located in <Solid File System>\dotNET\NET_20 folder.

In Visual Studio.NET 2003

  1. Use Main Menu -> Tools -> Add / Remove Toolbox Items to open Toolbox Customization dialog
  2. In the dialog that appears activate .NET Framework Components tab
  3. Sort the list by name.
  4. Find SolFSStorage component in the list and check it.
  5. If you don't find the component in the list, use Browse button to find and add the assembly, which contains the component, to the list. The assembly is located in <Callback File System>\dotNET\NET_11 folder.

Using the components

To use SolFS in your project, you need to include SolFSNet.dll to the list of project references. Then, in source file, add the following line:

  • C#:
    using SolFS;
  • VB.NET:
    imports SolFS;
  • C++:
    #using <SolFSNet.dll>

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation