Hola
Acabao de crear un asp que manda llamar un reporte de crystal pero al pasar los archivos al servidor me manda este error
Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
y me marca el error en esta linea
Código:
<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
Line 25: </httpHandlers>
Line 26: </system.web>