Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/01/2010, 00:26
juanes222
 
Fecha de Ingreso: septiembre-2005
Ubicación: Medellin
Mensajes: 215
Antigüedad: 18 años, 8 meses
Puntos: 0
CrystalReportView - The file '/xxxxxxx/reportes/reporte.aspx' has not been pre-compil

Saludos, el asunto es que tengo una plaicación web que en algunas páginas usa en control CrystalReportViewer para mostrar unos reportes. En mi entorno de desarrollo me funciona perfectamente, pero cuando lo paso alservidor de producción que es un hosting con esa posibilidad(la de CrystalReports) puess me muestra este error:

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

The file '/empresas/reportes/reporte_x_farmacia_pedidos.aspx' has not been pre-compiled, and cannot be requested.
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.

Exception Details: System.Web.HttpException: The file '/empresas/reportes/reporte_x_farmacia_pedidos.aspx' has not been pre-compiled, and cannot be requested.

Source Error:

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.

Stack Trace:


[HttpException (0x80004005): The file '/empresas/reportes/reporte_x_farmacia_pedidos.aspx' has not been pre-compiled, and cannot be requested.]
System.Web.Compilation.BuildManager.GetVPathBuildR esultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +8761358
System.Web.Compilation.BuildManager.GetVPathBuildR esultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +101
System.Web.Compilation.BuildManager.GetVirtualPath ObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +126
System.Web.Compilation.BuildManager.CreateInstance FromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +62
System.Web.UI.PageHandlerFactory.GetHandlerHelper( HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +33
System.Web.UI.PageHandlerFactory.System.Web.IHttpH andlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +160
System.Web.MapHandlerExecutionStep.System.Web.Http Application.IExecutionStep.Execute() +93
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +155




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016


he buscado en muchas partes y me dice que es que debe faltar algunas dependencias indicadas en el Web.config pero ya he pasado casi todas las necesarias...y bueno si alguien ha tenido este problema y sabe como solucionarlo se lo agradecería mucho...
__________________
JU4N35