laptop and a wrench

Error

When default.aspx is redirected to another page and then redirected back, the sub-callback doesn't work.

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM005290
EnviadoNovember 28, 2006
Última modificaciónJune 5, 2024
Relacionado conNo Product Found
Versión encontrada9.2
Lenguaje del programaC#
EstadoWill Not Be Addressed

Información adicional

No Public Explanation

Solución alternativa

Two workarounds:1. Obviously, set the login page as the starting page.2. Add Map1.refresh() to force the sub-callback to be executed. The code is: protected void Page_Load(object sender, EventArgs e) { try { string id = Session["id"].ToString(); Map1.Refresh(); } catch (NullReferenceException) { if (!Page.IsCallback && !Page.IsPostBack) { Server.Transfer("login.aspx"); } } }

Pasos para reproducir

ID del error: NIM005290

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga