PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 3.00 average.

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

 
 
Matthew Louden
Guest
Posts: n/a
 
      30th Oct 2003
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
 
 
 
 
AW
Guest
Posts: n/a
 
      30th Oct 2003
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
 
H Branyan
Guest
Posts: n/a
 
      30th Oct 2003
Run 'aspnet_regiis -c' in the command line.


--
[[((hillarie))]]

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



"Matthew Louden" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
 
Dave
Guest
Posts: n/a
 
      30th Oct 2003
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" <(E-Mail Removed)> wrote in message
news:bnrm3e$1548pf$(E-Mail Removed)...
> Run 'aspnet_regiis -c' in the command line.
>
>
> --
> [[((hillarie))]]
>
> To reply by email, remove ".SPAMBLOCK" from email address
>
>
>
> "Matthew Louden" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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
 
Shrage Smilowitz
Guest
Posts: n/a
 
      30th Oct 2003
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" <(E-Mail Removed)> wrote in message
news:Oe$(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:bnrm3e$1548pf$(E-Mail Removed)...
> > Run 'aspnet_regiis -c' in the command line.
> >
> >
> > --
> > [[((hillarie))]]
> >
> > To reply by email, remove ".SPAMBLOCK" from email address
> >
> >
> >
> > "Matthew Louden" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > 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
 
Dave56
Guest
Posts: n/a
 
      30th Oct 2003
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:Oe$(E-Mail Removed)...
> > 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" <(E-Mail Removed)> wrote in message
> > news:bnrm3e$1548pf$(E-Mail Removed)...
> > > Run 'aspnet_regiis -c' in the command line.
> > >
> > >
> > > --
> > > [[((hillarie))]]
> > >
> > > To reply by email, remove ".SPAMBLOCK" from email address
> > >
> > >
> > >
> > > "Matthew Louden" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > 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
 
Shrage Smilowitz
Guest
Posts: n/a
 
      31st Oct 2003
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
 
Dave56
Guest
Posts: n/a
 
      31st Oct 2003
Unfortunately its an Intranet site.

Dave

"Shrage Smilowitz" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
 
New Member
Join Date: Jun 2006
Posts: 1
 
      2nd Jun 2006
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
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to find /aspnet_client/system_web/1_1_4322/webuivalidation. =?Utf-8?B?Y2luZHk=?= Microsoft Dot NET Framework 1 20th Dec 2005 09:17 AM
RE: message:can't find the code Library /aspnet_client/system_web/1_1_4322/WebUIValidation.js =?Utf-8?B?c3Jpbmk=?= Microsoft ASP .NET 1 14th May 2004 12:16 PM
Re: message:can't find the code Library /aspnet_client/system_web/1_1_4322/WebUIValidation.js avnrao Microsoft ASP .NET 0 14th May 2004 11:46 AM
re: /aspnet_client/system_web/1_1_4322/WebUIValidation.js' missing preet sangha via .NET 247 Microsoft ASP .NET 0 13th May 2004 06:58 AM
Forcing .NET to render the '/aspnet_client/system_web/1_0_3705_0/WebUIValidation Art Kedroski Microsoft Dot NET Framework 0 25th Jul 2003 05:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:01 AM.