PC Review Forums Newsgroups Microsoft DotNet Microsoft ASP .NET unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'



Reply

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

 
Thread Tools Rating: Thread Rating: 1 votes, 3.00 average.
Old 30-10-2003, 05:42 PM   #1
Matthew Louden
Guest
 
Posts: n/a
Default 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!



  Reply With Quote
Old 30-10-2003, 05:58 PM   #2
AW
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

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_4322, so if you then change
the base directory of your web sites you get this error.


  Reply With Quote
Old 30-10-2003, 06:46 PM   #3
H Branyan
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

Run 'aspnet_regiis -c' in the command line.


--
[[((hillarie))]]

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



"Matthew Louden" <jrefactors@hotmail.com> wrote in message
news:OG0VS1wnDHA.1656@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!
>
>
>



  Reply With Quote
Old 30-10-2003, 06:51 PM   #4
Dave
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

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" <hbranyan.SPAMBLOCK@merc.mercer.edu> wrote in message
news:bnrm3e$1548pf$1@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" <jrefactors@hotmail.com> wrote in message
> news:OG0VS1wnDHA.1656@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!
> >
> >
> >

>
>



  Reply With Quote
Old 30-10-2003, 07:30 PM   #5
Shrage Smilowitz
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

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" <nospam@co.lane.or.us> wrote in message
news:Oe$RjbxnDHA.2232@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" <hbranyan.SPAMBLOCK@merc.mercer.edu> wrote in message
> news:bnrm3e$1548pf$1@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" <jrefactors@hotmail.com> wrote in message
> > news:OG0VS1wnDHA.1656@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!
> > >
> > >
> > >

> >
> >

>
>



  Reply With Quote
Old 30-10-2003, 07:32 PM   #6
Dave56
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

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" <microdivision@hotmail.com> wrote in message
news:uBDEVvxnDHA.2000@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" <nospam@co.lane.or.us> wrote in message
> news:Oe$RjbxnDHA.2232@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" <hbranyan.SPAMBLOCK@merc.mercer.edu> wrote in message
> > news:bnrm3e$1548pf$1@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" <jrefactors@hotmail.com> wrote in message
> > > news:OG0VS1wnDHA.1656@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!
> > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



  Reply With Quote
Old 31-10-2003, 01:11 AM   #7
Shrage Smilowitz
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

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!
  Reply With Quote
Old 31-10-2003, 05:37 PM   #8
Dave56
Guest
 
Posts: n/a
Default Re: unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'

Unfortunately its an Intranet site.

Dave

"Shrage Smilowitz" <microdivision@hotmail.com> wrote in message
news:uet90v0nDHA.3700@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!



  Reply With Quote
Old 02-06-2006, 05:46 AM   #9
prakashsnss
Junior Member
 
Join Date: Jun 2006
Posts: 1
Trader Rating: (0)
Unhappy Server.Transfer may be the cause

Hi ,

Error: 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'.

I am facing a similar issue and yes it happens on the first time I access the page. This behaviour has start after changed some implementation in my previous page which calls this specific page.

Previous I was call the target (page which has the issue) page passing the page name and required parameter (request.querystring) in a asp:hyperlink.

I have recently changed to an asp:ImageButton click event where I use server.transfer method to call the page (to aviod stuff passing through URL), secondly I am setting the preserveForm argument of Server.Transfer to False (I really doesn't matter the problem still occurs if i even not set this parameter).

Can anybody help me please! I have tried manything nothing works
prakashsnss is offline   Reply With Quote
Reply


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off