String was not recognized as a valid DateTime
Hi waqar,
We have this issue with older versions of Sitefinity. Please make sure that you use at least Sitefinity 4.1.
Best wishes,
Ivan Dimitrov
the Telerik team
Hi!
Thanks for the reply.
Last day I reported a bug which was already logged but here i want to ask how can I use the solution given in this post ?
They ask to write following code in the master page but in which event they did not specify it. I want to know where should I place these lines of code so that the changes in the mater page can take effect in all the inherited pages with the master page.
var pages = Telerik.Sitefinity.App.WorkWith().Pages().LocatedIn(Telerik.Sitefinity.Fluent.Pages.PageLocation.Frontend).Get();
Telerik.Sitefinity.Data.CacheDependency.Notify(pages.ToArray());
But remember it should run once when not on every page load.
Thanks in advance !
Hi waqar,
The code should be ran only once when the change is made. The suggestion is to run this a physical .aspx page part of the solution of your webiste. Please note that the bug which relates to the issue with cache dependencies is going to be fixed in the upcoming SP (tomorrow). Also please note that we have also resolved the problem with orphaned controls in the SP.
Regards,
Radoslav Georgiev
the Telerik team