To get started creating a new object type, we will need a new Visual Studio project to hold all the classes needed for our new object.

Creating the new project

  1. Start VS 2008 and Create a new Class Library project

  2. Add references to the following DLLs in the “bin” folder:

    • AssetManagerSystem

    • CartellaBase

    • CartellaData

    • Common

    • SqlProcedures

  3. Assign a default namespace to the project.

    Caution

    Some classes must be part of the namespace Cartella.Classes.