Event Tutorial does not work.

Posted by Community Admin on 03-Aug-2018 19:42

Event Tutorial does not work.

All Replies

Posted by Community Admin on 22-Jan-2016 00:00

In the tutorial  Events for Developers in page docs.sitefinity.com/for-developers-events says that we need to reference the folowing:

using Telerik.Sitefinity.Events.Model;
using Telerik.Sitefinity.GenericContent.Model;
using Telerik.Sitefinity.Modules.Events;
using Telerik.Sitefinity.Workflow;

But in Visual Studio the Telerik.Sitefinity.Events.Model never recognizes.

 

 

Posted by Community Admin on 26-Jan-2016 00:00

For all who faces the same question in Sitefinity 8.2 the correct way to use the Telerik.Sitefinity.Events.Model and Telerik.Sitefinity.Modules.Events is to reference the Telerik.Sitefinity.ContentModules.dll inside project.

This thread is closed