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

Client and Backend version mismatch

Asked by Jozsef Gulyas
4 years ago.

Hello,

I'm using the Gantt component from the latest release (DayPilotProMvc-2019.2.5984). If I try to substitute the .src.js files to the .min.js ones the backend throws an error that my client and backend are incompatible (it works with the .src.js files just fine)

After some research found that in the daypilot-gantt.min.js the version is defined with an extra semicolon (i.e.:this.v='2019.2.5984;') which is not equal with the one defined in DayPilot.Web.Mvc.Utils.Version.cs (internal static string Expected = "2019.2.5984";)

Cheers,
Jozsef

Answer posted by Dan Letecky [DayPilot]
4 years ago.

Hi Jozsef,

Thanks for reporting the issue! It's fixed now in the latest sandbox build (2019.3.5988).

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