Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/09/2015, 15:03
antvo
 
Fecha de Ingreso: junio-2012
Mensajes: 233
Antigüedad: 11 años, 10 meses
Puntos: 3
Pregunta Crystal repor 13 error c#

buen dia

Estoy utilizando c# visual studio 2010 con crystal report 13 con asp 3.5 la aplicación!! los dll de crystal:

CrystalDecisions.CrystalReports.Engine.dll,
CrystalDecisions.ReportSource.dll,
CrystalDecisions.Shared.dll

son de Crystal Reports for .NET Framework 4.0 son los únicos que me aparecieron en la descarga de crystal no hay alguno para la versión que uso en el desarrollo que es asp 3.5. ,el reporte que hice con estas dll si se ve al compilar pero cuando hago la publicación y lo subo al servidor me aparece el siguiente error:

Código error:
Ver original
  1. Server Error in '/' Application.
  2.  
  3. Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
  4.  
  5.  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  6.  
  7. Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
  8.  
  9. Source Error:
  10.  
  11. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  12.  
  13. Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.

¿Alguna idea para resolverlo?,

Muchas gracias .

saludos