Unable to find script library

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)
 
J

James Curran

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
 

Ask a Question

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.

Ask a Question

Similar Threads

inherited classes 4
SqlParameter ??? 5
Context.Handler ? 1
Creating my events. 2
AutoEventWireup 2
RegExp for Data 1
EventLog does not write 2
Uable to find script library ... WebUIValidation.js 3

Top