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
Start VS 2008 and Create a new Class Library project
Add references to the following DLLs in the “bin” folder:
AssetManagerSystem
CartellaBase
CartellaData
Common
SqlProcedures
Assign a default namespace to the project.
Caution Some classes must be part of the namespace Cartella.Classes.