Can't find WebUIValidation.js

  • Thread starter Thread starter Kevin Blakeley
  • Start date Start date
K

Kevin Blakeley

We are experiencing the following error on our pages:

Unable to find script library
'/aspnet_client/system_web/1_0_3705_288/WebUIValidation.js'. Try placing
this file manually, or reinstall by running 'aspnet_regiis -c'.

When searching google I came across the solution that instructs you to
modify the webconfig file, which we are in the process of testing to see if
it fixes the problem. Here is what we put in our webconfig file:
<webControls
clientScriptsLocation="m:\web\users\L001U24ETU\html\aspnet_client\system_web
\1_0_3705_288\" />

My question is does anyone know why this happens? I talked to a friend of
mine who was experiencing the same problems and what we narrowed it down to
is that we got to the page with the error through a redirect. Have others
seen this??

Thanks
Kevin
 
Back
Top