PageRequestManager undefined

I see this error intermittently. My app is throwing PageRequestManager undefined and therefore won't load. Oddly enough, this only happens in firefox, i.e. it loads fine. Does anyone know what this error means. I have been working on the app for a while and I just started seeing it today.

0


source to share


1 answer


This probably means there is a javascript error somewhere on the page that hits FF but not IE. Do you have FireBug installed in FF and can you see if there is a javascript error that causes javascript to not parse completely?



+1


source







All Articles