Unable to find script library

  • Thread starter Thread starter Daniel Groh
  • Start date Start date
D

Daniel Groh

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

Does someone know this error ? What should i do ?
I still didn't try to reinstall 'aspnet_regiis -c'. Should be that ?

Thanks in advance

--
Daniel Groh
CTF Technologies do Brasil LTDA
Analista Programador
Fone: 11 3837-4203
E-mail: (e-mail address removed)
 
Daniel Groh said:
Unable to find script library
'/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this
file manually, or reinstall by running 'aspnet_regiis -c'.

Does someone know this error ? What should i do ?

You website was developed using a different version of the .Net
framework than is installed on the server where it was deployed.
Presumably, you used v1.1, and the server only has v1.0. Make sure v1.1
is installed (installing it may by itself fix the problem.) If the problem
remains, run the version of aspnet_regiis that's in the
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder.

--
--
Truth,
James Curran
[erstwhile VC++ MVP]

Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
 
Back
Top