Click here to Skip to main content
16,015,641 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We have an internal web application that uses C#, .Net 3.5, and Ajax/Ajax Toolkit from Microsoft. When we have EnablePartialRendering set to true, we get an error Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object in ScriptResource.axd. I've tried turning EnablePartialRendering to false based on some advice I found online, but this causes issues with our UpdatePanels we have on the site.

The clients are running IE Ver 7, and the server is IIS Server 7 running on Windows Server 2003.

Any help/advice you can provide will be appreciated.
Posted

I have the same problem as this, did you find a solution.

Regards
 
Share this answer
 
Ok, this did not work, my users are still getting the Sys.WebForms.PageRequestManagerServerErrorException when using the site. I've replaced all of the <asp:scriptmanager... xmlns:asp="#unknown"> with <ajaxtoolkit:toolkitscriptmanager... xmlns:ajaxtoolkit="#unknown">. Any other ideas of what I can try?
 
Share this answer
 
use the toolkit manager instead of the scriptmanager in the ajaxtoolkit
this my solve the problem .i faced the same problem , as per my idea the above solution should work.
 
Share this answer
 
Comments
Ron Daggett 10-Nov-10 16:52pm    
I'll give this a try. I won't be able to push this to production until late tonight, but I should have a response pretty early tomorrow morning if it works. Once I have positive confirmation from my users, I'll be sure to "Accept Answer" and rate your response a 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900