This is a migrated thread and some comments may be shown as answers.

PageRequestManagerServerErrorException on opening multiple IE windows.

3 Answers 34 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Desh
Top achievements
Rank 1
Desh asked on 15 Oct 2015, 02:05 PM

Hi all,

We have an application that opens a modal dialog in IE to open aspx page that uses telerik controls. When using a single session, everything works fine. But using multiple of IE causes the error as in the screen-shot attached. Seems the script resources are not found for the other window but I'm not sure about that.

Any pointers would be appreciated. ​

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 16 Oct 2015, 10:51 AM

Hello Avnish,

This is a server-side exception trapped as a JS error by the MS AJAX framework (this is how errors thrown during partial page rendering are shown).

Thus, I advise that you step through the code to see the actual exception and resolve it.

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Desh
Top achievements
Rank 1
answered on 16 Oct 2015, 12:02 PM

Hi Marin,

This error never occurs while debugging the code in VS. Only when the application is deployed to the test environment and opening multiple windows, this issue occurs.

Please suggest.

0
Marin Bratanov
Telerik team
answered on 16 Oct 2015, 01:40 PM

Hi,

My only suggestion at this point is to compare the two environments and see what is the difference that causes the problem (e.g., a different IIS configuration, some changes in the web.config, etc.).

Of course, if you can attach to the IIS and debug there, this will help you hunt the problem down.

You can also try using your local IIS and attach a debuger to it, instead of the IIS Express (or Cassini) server that VS uses by default.

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScriptManager and StyleSheetManager
Asked by
Desh
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Desh
Top achievements
Rank 1
Share this question
or