Extend Sitefinity CMS data model: Reference the required assemblies

After you Extend Sitefinity CMS data model: Create the class library, you must add the required assemblies that you need for extending the Sitefinity CMS model. You can download all required Sitefinity CMS assemblies from the official Sitefinity CMS NuGet Repository. Upon package installation, references to the assemblies are automatically added to your project.

Requires system assemblies

The CustomTypes project requires the following system assemblies:

  • System
  • System.Runtime.Serialization
  • System.Web
  • System.Web.ApplicationServices
  • System.Web.Extensions

Required Sitefinity CMS NuGet packages

In addition to system assemblies, make sure your project refers to the following Sitefinity CMS NuGet packages:

  • Telerik.Sitefinity.Core.nupkg
  • Telerik.DataAccess.Core.nupkg
  • Telerik.DataAccess.Fluent.nupkg

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?