This is a migrated thread and some comments may be shown as answers.

Telerik.Web.UI

3 Answers 2142 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 04 Aug 2010, 09:42 PM
I'm working with RadMultiPage, this code was working but suddenly I got this error:
Could you help me please?

No se puede cargar el archivo o ensamblado 'Telerik.Web.UI, Version=2008.2.1001.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' ni una de sus dependencias. La definición del manifiesto del ensamblado no coincide con la referencia al ensamblado. (Excepción de HRESULT: 0x80131040)

Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción: System.IO.FileLoadException: No se puede cargar el archivo o ensamblado 'Telerik.Web.UI, Version=2008.2.1001.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' ni una de sus dependencias. La definición del manifiesto del ensamblado no coincide con la referencia al ensamblado. (Excepción de HRESULT: 0x80131040)

Error de código fuente:

Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual. La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente.

Rastro al cargar el ensamblado: La información siguiente puede ser útil para determinar porqué no se cargó el ensamblado 'Telerik.Web.UI, Version=2008.2.1001.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4'.

AVS: El registro del enlace de ensamblado está desactivado.
Para habilitar el registro de errores del enlace de ensamblado, establezca el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) como 1.
Nota: existe una disminución del rendimiento asociada registro de errores del enlace de ensamblado.
Para desactivar esta característica, elimine el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog].

Seguimiento de la pila:

[FileLoadException: No se puede cargar el archivo o ensamblado 'Telerik.Web.UI, Version=2008.2.1001.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' ni una de sus dependencias. La definición del manifiesto del ensamblado no coincide con la referencia al ensamblado. (Excepción de HRESULT: 0x80131040)]
   System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) +0
   System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +64
   System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) +58
   System.Type.GetType(String typeName) +50
   Telerik.Web.UI.WebResource.Exists(HttpContext context, String path, String applicationPath) +904
   Telerik.Web.UI.RadScriptManager.OnPreRender(EventArgs e) +86
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Control.PreRenderRecursiveInternal() +171
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842


Información de versión: Versión de Microsoft .NET Framework:2.0.50727.3607; Versión ASP.NET:2.0.50727.3614

3 Answers, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 05 Aug 2010, 08:57 AM
Hi David,

The error denotes that the runtime cannot find the RadControls assembly. This could happen if the Telerik.Web.UI assembly used by the website has been deleted from the website BIN, or removed from the GAC.

Are you creating a WebSite or a WebApplication?
Can you send us the web.config file?
Can you check if you have the Telerik.Web.UI assembly in the local BIN folder of the project?

Kind regards,
Erjan Gavalji
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Daniel
Top achievements
Rank 1
answered on 04 Nov 2020, 11:09 PM

hola, tengo el mismo problema con telerik:

 

GravedadCódigoDescripciónProyectoArchivoLíneaEstado de supresión
Error'No se puede cargar el archivo o ensamblado 'Telerik.Reporting, Version=13.0.19.116, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' ni una de sus dependencias. Operación no admitida. (Excepción de HRESULT: 0x80131515)'Ada369CsharpC:\Users\SeiferSad\Desktop\Ada369CsharpL\Ada369Csharp\LC

0
Vessy
Telerik team
answered on 06 Nov 2020, 10:05 PM

Hi Daniel,

Let me start with the fact that the official language of our support services is English.

Basically, one can get such an error if the Telerik.Web.UI assembly version differs from the version in the license.licx file - http://docs.telerik.com/devtools/aspnet-ajax/licensing/license-file or if the reference to the file in the bin or GAC is missing

The following article explains the most common ways to fix this error, it targets the Telerik.Web.UI but is common for all DLLs:

https://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/design-time-troubleshooting#unknown-server-tagcould-not-load-file-or-assembly-errors

You can find more details on the matter in the following forum thread:

https://www.telerik.com/forums/could-not-load-file-or-assembly-telerik-reporting-4-1-10-714#fwEyVYLRsEKXaOT_JnaD0Q

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Installer and VS Extensions
Asked by
David
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Daniel
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or