473,397 Members | 2,028 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

I created an ASP.NET web application. I added a TextBox and a
RequiredFieldValidator control, and set the ControlToValidate property of
RequiredFieldValidator control to be TextBox1. After I built and run the
application, it pops up an error dialog as follows:

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'

any ideas?? Thanks!

Nov 17 '05 #1
7 6567
AW
You might have this error because you changed the root directory for your
virtual folders. When installing, the validation scripts are placed in
C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_43 22, so if you then change
the base directory of your web sites you get this error.
Nov 17 '05 #2
Run 'aspnet_regiis -c' in the command line.
--
[[((hillarie))]]

To reply by email, remove ".SPAMBLOCK" from email address

"Matthew Louden" <jr********@hotmail.com> wrote in message
news:OG**************@tk2msftngp13.phx.gbl...
I created an ASP.NET web application. I added a TextBox and a
RequiredFieldValidator control, and set the ControlToValidate property of
RequiredFieldValidator control to be TextBox1. After I built and run the
application, it pops up an error dialog as follows:

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'

any ideas?? Thanks!

Nov 17 '05 #3
I have also been geting this error.

The WebUIValidation.js is there, but I ran 'aspnet_regiis -c' anyway.
It didn't fix the problem.

In my case I only get this error ocassionally.
Most of the time I don't, but sometimes I do.

Has anyone found a solution for this when 'aspnet_regiis -c' doesn't fix it?

Dave

"H Branyan" <hb****************@merc.mercer.edu> wrote in message
news:bn*************@ID-92475.news.uni-berlin.de...
Run 'aspnet_regiis -c' in the command line.
--
[[((hillarie))]]

To reply by email, remove ".SPAMBLOCK" from email address

"Matthew Louden" <jr********@hotmail.com> wrote in message
news:OG**************@tk2msftngp13.phx.gbl...
I created an ASP.NET web application. I added a TextBox and a
RequiredFieldValidator control, and set the ControlToValidate property of RequiredFieldValidator control to be TextBox1. After I built and run the
application, it pops up an error dialog as follows:

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'

any ideas?? Thanks!


Nov 17 '05 #4
This problem happens anytime you the system cannot access that folder Either
you don’t have permission Or its is not in your root directory

Note: there is a lot of versions of that folder System_web/1_1_4322 is only
one of the versions. If part of your site is working that’s because its
looking for a version you have in the root directory. Check it out closely

"Dave" <no****@co.lane.or.us> wrote in message
news:Oe**************@TK2MSFTNGP09.phx.gbl...
I have also been geting this error.

The WebUIValidation.js is there, but I ran 'aspnet_regiis -c' anyway.
It didn't fix the problem.

In my case I only get this error ocassionally.
Most of the time I don't, but sometimes I do.

Has anyone found a solution for this when 'aspnet_regiis -c' doesn't fix it?
Dave

"H Branyan" <hb****************@merc.mercer.edu> wrote in message
news:bn*************@ID-92475.news.uni-berlin.de...
Run 'aspnet_regiis -c' in the command line.
--
[[((hillarie))]]

To reply by email, remove ".SPAMBLOCK" from email address

"Matthew Louden" <jr********@hotmail.com> wrote in message
news:OG**************@tk2msftngp13.phx.gbl...
I created an ASP.NET web application. I added a TextBox and a
RequiredFieldValidator control, and set the ControlToValidate property of RequiredFieldValidator control to be TextBox1. After I built and run the application, it pops up an error dialog as follows:

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'

any ideas?? Thanks!



Nov 17 '05 #5
It's not that part of my site is working and part is not, but a given page
will sometimes show that error and simply refreshing will make it go away.

When it happens (which is not too often) it usually happens on the first
access to the page.

Does this happen for others, or is it just me (again).

Dave

"Shrage Smilowitz" <mi***********@hotmail.com> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
This problem happens anytime you the system cannot access that folder Either you don't have permission Or its is not in your root directory

Note: there is a lot of versions of that folder System_web/1_1_4322 is only one of the versions. If part of your site is working that's because its
looking for a version you have in the root directory. Check it out closely

"Dave" <no****@co.lane.or.us> wrote in message
news:Oe**************@TK2MSFTNGP09.phx.gbl...
I have also been geting this error.

The WebUIValidation.js is there, but I ran 'aspnet_regiis -c' anyway.
It didn't fix the problem.

In my case I only get this error ocassionally.
Most of the time I don't, but sometimes I do.

Has anyone found a solution for this when 'aspnet_regiis -c' doesn't fix

it?

Dave

"H Branyan" <hb****************@merc.mercer.edu> wrote in message
news:bn*************@ID-92475.news.uni-berlin.de...
Run 'aspnet_regiis -c' in the command line.
--
[[((hillarie))]]

To reply by email, remove ".SPAMBLOCK" from email address

"Matthew Louden" <jr********@hotmail.com> wrote in message
news:OG**************@tk2msftngp13.phx.gbl...
> I created an ASP.NET web application. I added a TextBox and a
> RequiredFieldValidator control, and set the ControlToValidate
property
of
> RequiredFieldValidator control to be TextBox1. After I built and run

the > application, it pops up an error dialog as follows:
>
> 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'
>
> any ideas?? Thanks!
>
>
>



Nov 17 '05 #6
If you could give me the link i can check it out.

Shrage Smilowitz
President
Microdivision

www.microdivision.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #7
Unfortunately its an Intranet site.

Dave

"Shrage Smilowitz" <mi***********@hotmail.com> wrote in message
news:ue**************@TK2MSFTNGP11.phx.gbl...
If you could give me the link i can check it out.

Shrage Smilowitz
President
Microdivision

www.microdivision.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: B.Bol | last post by:
Hi, We have a ASP.NET 1.1 Web Application which is running perfectly on Windows Server 2000. If we try to run it on Windows Server 2003 we get the following error: Unable to find script...
1
by: Daniel Groh | last post by:
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 ?...
3
by: Art Thomas | last post by:
We are using our own custom JavaScript validation as well as .Net validation. However, when we include our custom validation on a page, ..NET does not render/write the...
1
by: Adam Carpenter | last post by:
Hi all, This morning I allowed Windows Update to install an update to the .NET framework on my Windows 2000 Pro machine. Since then the following IE dialog box appears when browsing to a page...
5
by: sadf | last post by:
We recently deployed several new ASP.NET apps to Windows Server 2003 and discovered that field validator controls render client-side script that does not execute! Validation takes place on the...
2
by: Russell | last post by:
I have a web page (built with ASP.NET & VB.NET) that has two textboxes. When a button is pushed the values are compared using CompareValidator control. At this point an error box is displayed with...
2
by: Samik | last post by:
I am using VB.Net with ASP.Net for an application. I have loaded Dot Net Framework ver 1.1 loaded in the server. Whenever I run the application I get a error and in the popup windoe it is specified...
3
by: et | last post by:
The error: Unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js.' Try placing the file manually, or reinstall by running aspnet_regiis -c' I started getting...
3
by: comzy | last post by:
Hi all, I have a peculiar problem. After migrating my existing asp.net 2003 project to 2005 my project works fine without any problem. The moment i thought of debugging it i came to face this...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.