I have web projects that I am trying to update with the new 2025 Q1 assemblies and am getting a build error of the TelerikLicense.vb file.
I followed these instructions:
- Search for
AJAX
. - Click on
View key
next to the Progress® Telerik® UI for ASP.NET AJAX. - Copy the Script Key.
- Add a file to your project, e.g.
TelerikLicense.cs
(for VB projects addTelerikLicense.vb
).- In case of ASP Web Site solution, add the file to the
App_Code
folder.
- In case of ASP Web Site solution, add the file to the
- Paste the Script Key into the file.
- Build the project.
TelerikLicense.vb error BC30034: Bracketed identifier is missing closing ']'.
Any suggestions?