Namespace 'Telerik' could not be found

0 Answers 248 Views
General Discussions
Vitaly
Top achievements
Rank 1
Iron
Iron
Vitaly asked on 09 Mar 2022, 02:44 PM

Good morning,

recently I downloaded latest version of Telerik dll files (2022.1.302.40) into my local machine. Change my web config files to pickup latest version:

<dependentAssembly>
      <assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121fae78165ba3d4" />
      <bindingRedirect oldVersion="2022.1.119.40" newVersion="2022.1.302.40" />
          </dependentAssembly>

 

However when I begin to build solution received a lot of errors:

1.Namespace 'Telerik' could not be found(are you missing a using directive or an assembly reference?)

2.the type or namespace  name 'Telerik' could not be found in the global namespace

3. When i open any aspx page see error: Could not load or assembly 'Telerik.Web.UI, version =2022.1.119.40 or one of its dependencies.

For some reason i think it is pointing to the previous version but cannot find where.

Please help me out with this.

Thanks.

Vitaly. 

Rumen
Telerik team
commented on 09 Mar 2022, 03:53 PM

Could it be that the old version is referenced by the licenses.licx file? Please check out this KB article on the matter: https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/common-how-to-fix-license-file-related-errors

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Vitaly
Top achievements
Rank 1
Iron
Iron
Share this question
or