简体   繁体   中英

Converted .net framework 3.5 to 4.0 now i get a scripting error whenever i try to do a postback

The action is being fired from a button inside an update panel. I have triggers on the button as well.

This is the Error:

Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object

When i view the trace this is the function it is failing on:

function Sys$WebForms$PageRequestManager$_endPostBack

A general idea:

Where do you call it from ? Local IIS or VS Devserver ?

If iss, check if the AppPool of the Site points already to 4.0.

Cheers Sascha

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM