Upgrading not happening

Hello. I’m trying to upgrade one of my projects from version 5.3.5 to the latest version and when I run the update, most of the controls start throwing errors (like createNumeric not defined) so I rolled back to the original version and started upgrading one major release at a time, but no matter which version I try, it ends up breaking the code. All I’m doing is upgrading in NuGet manager. Am I supposed to be doing anything else? Thanks

Hi @Joshua_Serwatien,

Check my reply here Problem after installing latest Radzen NuGet package - #3 by korchev

I believe you are experiencing the same

I was missing the reference in Program.cs. This is not included in the version I previously had. Thank you