Hi,
I cannot find the "Local demo" option in the installer for 2025.1.416
Where is it?
BR,
Marc
Hi,
See attached screenshot, the wizard says OK, but it is not OK...
All Telerik files are dropped from the BIN folder.
Any suggestions?
Marc
Hi,
I cannot see the latest two downloaded version in my Update Wizard screen.
They are in the Update folder though, see screenshots.
VS 2022 Community with latest Telerik VS Extension.
Any suggestions?
Marc
Happens when upgrading to 2023.2.606
What can I do about this one?
Marc
I did the two latest upgrades and I cannot compile my project now. Every Telerik reference gives "The type or namespace name 'Telerik' could not be found"
I am always nervous when I do Telerik upgrades.
I emptied the licenses.licx file, which is frequently the problem.
In the Webconfig
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121FAE78165BA3D4" />
<bindingRedirect oldVersion="1.0.0.0-2018.3.909.45" newVersion="2020.1.114.45" />
</dependentAssembly>
<dependentAssembly>
The version is now 2022.1.19.45. Why does the upgrade not set the correct settings?
Should it be
<dependentAssembly>like all the other dependenticies?
This change gives the same errors. I assume the publicKeyToken is unchanged.