Foros del Web » Programación para mayores de 30 ;) » .NET »

Configuration Error

Estas en el tema de Configuration Error en el foro de .NET en Foros del Web. Hola a todos, Cuento con una aplicación en mi PC con VS.Net 2002 que funciona perfectamente. cuando le añado un reporte de Crystal Report y ...
  #1 (permalink)  
Antiguo 19/04/2004, 15:51
 
Fecha de Ingreso: abril-2004
Mensajes: 2
Antigüedad: 20 años
Puntos: 0
Configuration Error

Hola a todos,
Cuento con una aplicación en mi PC con VS.Net 2002 que funciona perfectamente. cuando le añado un reporte de Crystal Report y la coloco en el servidor web me muestra el siguiente error.

Ayudenme por favor..........


Server Error in '/eini' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: File or assembly name CrystalDecisions.Shared, or one of its dependencies, was not found.

Source Error:


Line 11: la depuración de archivos ASP.NET.
Line 12: -->
Line 13: <compilation defaultLanguage="vb" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
Line 14:
Line 15: <!-- MENSAJES DE ERROR PERSONALIZADOS


Source File: C:\Inetpub\wwwroot\eini\web.config Line: 13

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Shared' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///C:/Inetpub/wwwroot/eini
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet .config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\ machine.config.
LOG: Post-policy reference: CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/eini/1a791c03/bd215de7/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/eini/1a791c03/bd215de7/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/eini/bin/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/eini/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/eini/1a791c03/bd215de7/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/eini/1a791c03/bd215de7/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/eini/bin/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/eini/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
  #2 (permalink)  
Antiguo 19/04/2004, 16:19
Avatar de RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Hola.. puede que te sirva éste link.

http://support.businessobjects.com/l...s/c2011640.asp


Saludos y suerte
__________________
Nadie roba nada ya que en la vida todo se paga . . .

Exentrit - Soluciones SharePoint & Net
  #3 (permalink)  
Antiguo 20/04/2004, 13:52
 
Fecha de Ingreso: abril-2004
Mensajes: 2
Antigüedad: 20 años
Puntos: 0
No me mesolvió

gracias, pero
Este link pertenece a Visual Basi 6 y tengo instalado Visial estudio .net 2002

ayudenme por favor.....
  #4 (permalink)  
Antiguo 20/04/2004, 14:39
Avatar de RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Cita:
Este link pertenece a Visual Basi 6
Entonces porque en el link que te mande dice ésto:


Cita:
The information in the article refers to:
Crystal Reports for Visual Studio .NET

Checalo bien friend. . .

Saludos
  #5 (permalink)  
Antiguo 20/04/2004, 14:43
Avatar de RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
Estuve leyendo otro post de otros foros y para el mismo error que tienes dicen ésto:

Cita:
trying to run the report on a web server apsx page, created in vb
in the walkthrough it requires some dll files to be on the server,
i have none of these, i am now in the process of locating these
and copying them accross.

CREngine.dll - still looking
CRDesigner.dll - found and copied
CRWebFormViewer.dll - still looking

if copying these dosn't work i think i will have to re-install!
P.D.- Tambien es para Vstudio Net


Saludos
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:10.