search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Serialize Daypilot Column collection

Asked by Anonymous
14 years ago.

Hi I am trying to set up an app that uses daypilot calendaron a load balanced server.

I am getting an error that the daypilot column collection has not been marked as serializable. Could you explain how to serialize this ( I see there is a columncollectionconverter in daypilot.web.ui.serialization)

Many thanks

Comment posted by Dan Letecky
14 years ago.

I will get back to this issue next week. Thanks for reporting it.

Comment posted by Anonymous
14 years ago.

Thanks Dan,

Just to summarise. I turned on the ASPNET state service in order to use state server for session storage, once I'd sorted out serializing my own classes it then came up with the day pilot serialization errors.

I was using the release dll (5.6.1820) so I switched to building the day pilot project (same version) and this allowed me to add [Serializable] to the following classes.


Daypilot.Web.UI.ColumnColection.cs
Daypilot.Web.UI.ResourceCollection.cs
Daypilot.Web.UI.data.event.cs

Once I had rebuilt, the calendar and schedule control I'm using appear to work fine with all the tests I've carried out so far.

I'm not sure if this is the best way to fix the problem however it seems to work for now.

Hope this is of use,

Thanks

Darren

Comment posted by Jack
13 years ago.

These serialization errors are still occurring when the ASP.NET state server is being used. I am currently using DaypilotPro 6.0.02078.

I had to do the same fix and add the serializable attribute to these classes to resolve the issue, but the error isn't occurring with the same classes.

DayPilot.Web.Ui.ColumnCollection
DayPilot.Web.Ui.ResourceCollection
DayPilot.Web.Ui.SeparatorCollection

If there is a fix in the next release it would be great.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.