473,796 Members | 2,704 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to find script library.......

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 CompareValidato r control.
At this point an error box is displayed with the following message:

"Unable to find script library '/aspnet_client/system_web/version
no/webuivalidation .js'. Try placing this file manually, or reinstall by
running 'aspnet_regiis -c'.

The file was placed in the folder of the web page and 'aspnet_regiis -c' was
run. Problem still exists and I can't find out very much about the problem
from Knowledge Base or Help. Has anyone encountered the problem and how did
you fix it?
Thanks Russ
Nov 17 '05 #1
2 2265
Make sure the aspnet_client directory is a subdirectory of you default web
site. Or you will need to add a virtual directory pointing to the correct
location.

c:\inetpub\wwwr oot\aspnet_clie nt

is the directory where the client scripts are stored, but if you changed
your default website to say: d:\website

then the aspnet_client directory (and subdirectories) must be in the
d:\website\aspn et_client. Or add the virtual directory to the correct
location.

HTH,
bill

"Russell" <el***@nashvill e.net> wrote in message
news:vp******** ****@corp.super news.com...
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 CompareValidato r control.
At this point an error box is displayed with the following message:

"Unable to find script library '/aspnet_client/system_web/version
no/webuivalidation .js'. Try placing this file manually, or reinstall by
running 'aspnet_regiis -c'.

The file was placed in the folder of the web page and 'aspnet_regiis -c' was run. Problem still exists and I can't find out very much about the problem from Knowledge Base or Help. Has anyone encountered the problem and how did you fix it?
Thanks Russ

Nov 17 '05 #2
Thanks Bill, I moved the Aspnet_Client folder to my default web folder in
Windows Explorer and also in IIS, and it worked. The problem started when I
changed my default home page and didn't follow through in IIS. I need to
quit 'fiddle-farting' with these things and move on.
Thanks for the reminder
Russ

"William F. Robertson, Jr." <wf*********@kp mg.com> wrote in message
news:OF******** ******@TK2MSFTN GP12.phx.gbl...
Make sure the aspnet_client directory is a subdirectory of you default web
site. Or you will need to add a virtual directory pointing to the correct
location.

c:\inetpub\wwwr oot\aspnet_clie nt

is the directory where the client scripts are stored, but if you changed
your default website to say: d:\website

then the aspnet_client directory (and subdirectories) must be in the
d:\website\aspn et_client. Or add the virtual directory to the correct
location.

HTH,
bill

"Russell" <el***@nashvill e.net> wrote in message
news:vp******** ****@corp.super news.com...
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 CompareValidato r control. At this point an error box is displayed with the following message:

"Unable to find script library '/aspnet_client/system_web/version
no/webuivalidation .js'. Try placing this file manually, or reinstall by
running 'aspnet_regiis -c'.

The file was placed in the folder of the web page and 'aspnet_regiis -c'

was
run. Problem still exists and I can't find out very much about the

problem
from Knowledge Base or Help. Has anyone encountered the problem and how

did
you fix it?
Thanks Russ


Nov 17 '05 #3

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

Similar topics

3
7068
by: Robert Hogan | last post by:
Hello, I am attempting to send emails using T-SQL (in a SQLServerAgent Job) using the stored procedure sp_SendSMTPMail. I created the stored proc using the following script that I got off a post here on google. CREATE PROCEDURE sp_SendSMTPMail (@From varchar(255), @To varchar(8000), @Subject varchar(255), @Body varchar(8000),
6
2494
by: MichaelF | last post by:
I've embedded a RealPlayer window in a page, and am unable to get mouse clicks. The clip plays, but clicks are ignored. I'm running IE5.5 on Win2k, with the following code: <embed name="RPEmbed" src="http://..." CONTROLS=ImageWindow AUTOSTART=true onLButtonUp="alert('rpm');return false;"> I've also tried setting SetWantMouseEvents(true), but to no avail:
0
1399
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 library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this file manually or reinstall by running 'aspnet_regiis -c'.
1
1672
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 ? What should i do ? I still didn't try to reinstall 'aspnet_regiis -c'. Should be that ? Thanks in advance --
1
1432
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 with user validation code on it. "Unable to find script library 'aspnet_client/system_web/1_0_3705_288/WebUIValidation.js'. Try placing this file manually or, reinstall by running 'aspnet_regiss -c'"
7
6589
by: Matthew Louden | last post by:
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??...
3
2426
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 this error as soon as I started using the Validation controls, such as the RequiredFieldValidator and the ValidationSummary controls. I did the aspnet_regiis -c, which appears to run successfully (a command prompt appears too briefly to read), I...
10
4994
by: robwharram | last post by:
Hi, I'm quite frustrated in the fact that I can't even display a simple "Hello World" message on .Net. I've been through all of the groups and searched all over the place and haven't been able to figure out the solution to this problem. First off, the server is Windows Server 2003 - Web Edition (IIS 6) and I'm using .Net Framework v1.1.4322.
53
8422
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script language="javascript" type="text/javascript">
0
9535
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10244
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10201
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5454
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4130
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.