|
Rank: Advanced Member
Groups: Registered
Joined: 9/13/2009 Posts: 34
|
Hi there,
I have a problem, when I build the app, the Error of Analyzer appears, I check the web.cofig file and there is nothing wrong, or maybe yes, and I do not catch it. Any suggestions?
Thanks!
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Please post the error that you see, with as much detail as possible. Thanks Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/13/2009 Posts: 34
|
Hi Jim, This is the error that I see, sorry but this in Spanish, but I hope your team can identify the problem that I have. After all, thanks so much. Code: Error de servidor en la aplicación '/conmigo'.
Error del analizador
Descripción: Error al analizar el recurso requerido para dar servicio a esta solicitud. Revise los detalles de error de análisis especÃficos y modifique el archivo de código fuente en consecuencia.
Mensaje de error del analizador: No se puede cargar el archivo o ensamblado 'Keyoti2.SearchEngine.Web, Version=2012.5.13.402, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.
Error de código fuente:
LÃnea 1: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="browsermay.aspx.vb" Inherits="browsermay" %> LÃnea 2: LÃnea 3: <%@ Register Assembly="Keyoti2.SearchEngine.Web, Version=2012.5.13.402, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e" LÃnea 4: Namespace="Keyoti.SearchEngine.Web" TagPrefix="SearchEngine" %> LÃnea 5:
Archivo de origen: /conmigo/browsermay.aspx LÃnea: 3
Rastro al cargar el ensamblado: La información siguiente puede ser útil para determinar porqué no se cargó el ensamblado 'Keyoti2.SearchEngine.Web, Version=2012.5.13.402, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e'.
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].
Información de versión: Versión de Microsoft .NET Framework:2.0.50727.3053; Versión ASP.NET:2.0.50727.3053
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Hi, it just means it couldn't find our DLLs. Eg Keyoti2.SearchEngine.Web.DLL. My guess is that you installed the MSI on your development machine but not on the server. That's OK but in your project you should click our references, and in the properties select "Copy Local"=>true. That way our DLLs get copied to your application's BIN folder, and you can copy them to the server. Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/13/2009 Posts: 34
|
Hi,
I tried to add the reference but it seems does not work, I cannot add the reference because the dll files are in the GAC... I followed all the steps of what I found in the internet but nothing. Even I could´t find the Copy Local... Maybe I am a little innocent, but this is what I did. I am using visual studio 2008.
Maybe if I uninstall the app and install it again?
Thanks!
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
The DLLs should be under our install dir under program files too, eg. \program files(x86)\keyoti inc\search for asp.net..... The copy local option in VS is brought up by right clicking on our DLL under references, and then choosing properties. The properties pane is usually in the bottom right. Jim -your feedback is helpful to other users, thank you!-your feedback is helpful to other users, thank you!
|
|