Does it only happen on pages that have validators? they use different
javascript between 1.1 and SP1 but MS didn't see fit to update the version
number in the js file that would have alerted you to the situation.
I had this same problem. To fix it I did the following:
- Find the file "webUIValidation.js" on your web server.
- I found 2 copies of it, one in:
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ASP.NETClientFiles"
and the other in:
"C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322"
- To fix this problem I copied the first one
("C:\WINNT\Micro....\ASP.NETClientFiles") over the second one
("C:\Inetpub\...\1_1_4322").
Yes, this happened only on the pages with validators, probably after
automatic Windows update. Replacing the WebUIValidation.js did not fix the
problem but removing it (temporarily) did.
We uninstalled .NET Framework from the server and installed the SP2. This
fixed the problem.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.