Hi guys,
some time ago, we created a web part based of the MonoX web part to allow us to change the listing order by of the calendar web part.
simple view..
selection in our calender.. This broke because the
SD.LLBLGen.Pro.ORMSupportClasses; appears to have changed =/
The following code is broken..
filter.PredicateExpression.Add(CalendarEventFields.CalendarId ==
this.CalendarId);
Inside the MonoSoftware.MonoX.ModuleGallery.EventSimpleView
There is the property of CalendarId but inside
MonoSoftware.MonoX.DAL.HelperClasses - CalendarEventFields
There is no longer a CalendarId field.. there is only a ID which don't
seem to work the same way..
Any idea how to fix this ?