How to get Telerik.Sitefinity.dll

Posted by Community Admin on 04-Aug-2018 10:00

How to get Telerik.Sitefinity.dll

All Replies

Posted by Community Admin on 09-Oct-2012 00:00

Hi,
I am in the process of upgrading my project fro SF 5.0 to SF 5.1.34. But I am getting an error 
"Could not load file or assembly 'Telerik.Sitefinity' or one of its dependencies. The system cannot find the file specified."
in this line of web.config

<httpRuntime maxRequestLength="102400" maxUrlLength="102400" maxQueryStringLength="102400" requestValidationType="Telerik.Sitefinity.Security.Claims.CustomRequestValidator, Telerik.Sitefinity"/>

Anyone to help me?

Posted by Community Admin on 09-Oct-2012 00:00

Surya - There are some requirements that are easy to miss in the upgrade from 5.0 to 5.1.  These links helped me out:
---------
These steps must be followed in an upgrade from 5.0 to 5.1:

www.sitefinity.com/.../upgrading-the-web.config-and-the-sitefinitywebapp.csproj-files

Pay attention to the pre-requisites:
www.sitefinity.com/.../system-requirements-
MVC is a requirement now.

www.sitefinity.com/.../569817.aspx
This link is dead now, but it detailed how to copy the files from a fresh project to the project with issues.  The long and short of it was to create a new empty project in Project Manager and copy the missing DLLs from the new project to the corrupted project. 

Maybe they've come up with a better way to fix this since the initial release.

This thread is closed