G
Guest
We have had 3 developers scrambling to fix problems with ASP.NET applications
after installing Framework 1.1 SP1.
In all cases the applications were working prior to installing the update.
The first problem was that ASP.NET postback functions stopped working.
Clicking a button on a page with a RequiredFieldValidator does nothing now.
No postback. Replacing the
"aspnet_client\system_web\1_1_4322\WebUIValidation.js" file with the old
version seems to have fixed this problem.
The second problem was with an ASP.NET Mobile Toolkit based application for
cellular phones. The RedirectFromLoginPage method of the FormsAuthentication
class stopped working. Again, replacing the client JavaScript with the
earlier version solved the problem.
We are still working on a fix for the third problem related to another
ASP.NET application with several field validator objects in a form that will
no longer post back.
Be very cautious if you are installing this so-called (by Microsoft)
"critical update."
after installing Framework 1.1 SP1.
In all cases the applications were working prior to installing the update.
The first problem was that ASP.NET postback functions stopped working.
Clicking a button on a page with a RequiredFieldValidator does nothing now.
No postback. Replacing the
"aspnet_client\system_web\1_1_4322\WebUIValidation.js" file with the old
version seems to have fixed this problem.
The second problem was with an ASP.NET Mobile Toolkit based application for
cellular phones. The RedirectFromLoginPage method of the FormsAuthentication
class stopped working. Again, replacing the client JavaScript with the
earlier version solved the problem.
We are still working on a fix for the third problem related to another
ASP.NET application with several field validator objects in a form that will
no longer post back.
Be very cautious if you are installing this so-called (by Microsoft)
"critical update."