Invalid cast from 'System.String' to 'Telerik.Si

Posted by Community Admin on 03-Aug-2018 18:51

Invalid cast from 'System.String' to 'Telerik.Sitefinity.Model.Lstring'.

All Replies

Posted by Community Admin on 06-Sep-2017 00:00

We have upgraded from 8.2 to 10.1 -we have fixed an  number of issues that typically happen with upgrades. We cannot solve this issue though.

We have a form that has two fields (first name, last name) we have a list of emails that are part of the NotificationEmailList. We add these emails to the formdata.

formEntry.PostedData.FormsData.Add(new KeyValuePair<string, object>("Description", NotificationEmailsList));

when we goto save:

formSubmition.Save(formEntry);

 

we get this error.

 Invalid cast from 'System.String' to 'Telerik.Sitefinity.Model.Lstring'.

Thanks in advance. 

This thread is closed