Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/05/2011, 13:46
rick_korn
 
Fecha de Ingreso: enero-2011
Ubicación: la paz
Mensajes: 53
Antigüedad: 13 años, 3 meses
Puntos: 3
Crystal Report

Hola amigos tengo un problema con una aplicación no si esta hecho en VS2005 o VS2008

el problema es que en mi maquina funciona bien pero cuando lo instalo en otra Pc me sale un error al generar los reportes

este es el error:

Código vb:
Ver original
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. El sistema no puede hallar el archivo especificado.
  6. File name: 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
  7.   at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
  8.  
  9. WRN: Assembly binding logging is turned OFF.
  10. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  11. Note: There is some performance penalty associated with assembly bind failure logging.
  12. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

no se a que se debe el problema, en la maquina que me genera el error tengo instalado Net Framework 3.5 y Crystal Report 2008 Runtime SP3

gracias de nuevo