473,385 Members | 1,492 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,385 software developers and data experts.

WebuiValidation.js

I am having troubles in finding the file WebUIValidation.js.

When I try to use aspnet_regiis -c it gives me an error message.
Number 0x60040154/ (Which doesn't mean anything to me).

It wants to ask me the administer, but I don't have one.

Can anyone help me find this java script file and tell me where to put it?

_________________________________________
May 17 '06 #1
4 2421
If you're using ASP.NET 2.0, it's not used any more.
The Javascript functions in WebUIValidation.js are now embedded in .Net Framework classes.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message news:up**************@TK2MSFTNGP03.phx.gbl...
I am having troubles in finding the file WebUIValidation.js.

When I try to use aspnet_regiis -c it gives me an error message.
Number 0x60040154/ (Which doesn't mean anything to me).

It wants to ask me the administer, but I don't have one.

Can anyone help me find this java script file and tell me where to put it?

_________________________________________

May 17 '06 #2

I did find the script but I still get the errors.
Does that mean that I have a version of ASP smaller than that? How can the I
find the version?
(I think it is 1.0.3705.6018)

I am trying to learn ASP_NET by using ASP.NET Second Editon Unleased by
Stephan Waltgher.

I also have problems with the path. I normally store the source code in
drive F:. The
asp tools are on drive C. Is this OK?

I have a tool from the book that automatticaly adds "localhost" to the
path where the source is -- otherwise I
I don't know what path to use.

Another question: The book has a version of SQL Server 2000. I can't get
that to work. (Does "localhost" mean
c:\ or f:\ or neither.


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:OT**************@TK2MSFTNGP05.phx.gbl...
If you're using ASP.NET 2.0, it's not used any more.
The Javascript functions in WebUIValidation.js are now embedded in .Net
Framework classes.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message
news:up**************@TK2MSFTNGP03.phx.gbl...
I am having troubles in finding the file WebUIValidation.js.

When I try to use aspnet_regiis -c it gives me an error message.
Number 0x60040154/ (Which doesn't mean anything to me).

It wants to ask me the administer, but I don't have one.

Can anyone help me find this java script file and tell me where to put
it?

_________________________________________


May 17 '06 #3
re:
Does that mean that I have a version of ASP smaller than that? How can the I find the version? (I
think it is 1.0.3705.6018)
Look in the Microsoft.NET\Framework directories

If you only have Drive:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
you have the .Net Framework 1.0

If you also have Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
you also have the .Net Framework 1.1.

If you also have Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
you also have the .Net Framework 2.0.

re: I also have problems with the path. I normally store the source code in drive F:. The asp tools
are on drive C. Is this OK?
Yes, that's fine.

re: Does "localhost" mean c:\ or f:\ or neither.
It means wherever you've configured the IIS root directory to be.

Usually, unless you change it, it's bootdrive:\inetpub\wwwroot


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message news:e3**************@TK2MSFTNGP02.phx.gbl...
I did find the script but I still get the errors.
Does that mean that I have a version of ASP smaller than that? How can the I find the version?
(I think it is 1.0.3705.6018)

I am trying to learn ASP_NET by using ASP.NET Second Editon Unleased by Stephan Waltgher.

I also have problems with the path. I normally store the source code in drive F:. The asp tools
are on drive C. Is this OK?

I have a tool from the book that automatticaly adds "localhost" to the path where the source
is -- otherwise I
I don't know what path to use.

Another question: The book has a version of SQL Server 2000. I can't get that to work. (Does
"localhost" mean
c:\ or f:\ or neither.


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:OT**************@TK2MSFTNGP05.phx.gbl...
If you're using ASP.NET 2.0, it's not used any more.
The Javascript functions in WebUIValidation.js are now embedded in .Net Framework classes.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message news:up**************@TK2MSFTNGP03.phx.gbl...
I am having troubles in finding the file WebUIValidation.js.

When I try to use aspnet_regiis -c it gives me an error message.
Number 0x60040154/ (Which doesn't mean anything to me).

It wants to ask me the administer, but I don't have one.

Can anyone help me find this java script file and tell me where to put it?

_________________________________________



May 18 '06 #4
Thank you.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:e6**************@TK2MSFTNGP04.phx.gbl...
re:
Does that mean that I have a version of ASP smaller than that? How can
the I find the version? (I think it is 1.0.3705.6018)


Look in the Microsoft.NET\Framework directories

If you only have Drive:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
you have the .Net Framework 1.0

If you also have Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
you also have the .Net Framework 1.1.

If you also have Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
you also have the .Net Framework 2.0.

re:
I also have problems with the path. I normally store the source code in
drive F:. The asp tools are on drive C. Is this OK?


Yes, that's fine.

re:
Does "localhost" mean c:\ or f:\ or neither.


It means wherever you've configured the IIS root directory to be.

Usually, unless you change it, it's bootdrive:\inetpub\wwwroot


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message
news:e3**************@TK2MSFTNGP02.phx.gbl...

I did find the script but I still get the errors.
Does that mean that I have a version of ASP smaller than that? How can
the I find the version?
(I think it is 1.0.3705.6018)

I am trying to learn ASP_NET by using ASP.NET Second Editon Unleased by
Stephan Waltgher.

I also have problems with the path. I normally store the source code in
drive F:. The asp tools are on drive C. Is this OK?

I have a tool from the book that automatticaly adds "localhost" to the
path where the source is -- otherwise I
I don't know what path to use.

Another question: The book has a version of SQL Server 2000. I can't get
that to work. (Does "localhost" mean
c:\ or f:\ or neither.


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:OT**************@TK2MSFTNGP05.phx.gbl...
If you're using ASP.NET 2.0, it's not used any more.
The Javascript functions in WebUIValidation.js are now embedded in .Net
Framework classes.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message
news:up**************@TK2MSFTNGP03.phx.gbl...
I am having troubles in finding the file WebUIValidation.js.

When I try to use aspnet_regiis -c it gives me an error message.
Number 0x60040154/ (Which doesn't mean anything to me).

It wants to ask me the administer, but I don't have one.

Can anyone help me find this java script file and tell me where to put
it?

_________________________________________



May 18 '06 #5

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

Similar topics

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...
7
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...
1
by: Joe | last post by:
I have created a web application using C#. I have done several web based apps in C# and have not had this problem before. I think this may be a defect in the VisualSutdio.net2003. I am using a...
1
by: Ron Rasmssen | last post by:
I have read all of the questions about the error: Unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this file manually, or reinstall by running...
2
by: Morten | last post by:
Hi! I've developed an application that uses forms based authentication. The logon page uses the file WebUIValidation.js a couple of places and the file is located in the right place on the...
3
by: 2stepme | last post by:
I am sorry to put this question up (because it has been asked and addressed many times) but I have searched and I been unable to solve my problem. I am running XP PRO Version 2002 SP2 on my...
4
by: Ekkehard Preis | last post by:
Hi, I'm getting some strange error on one of my pages: The page is composed of some nested ascx controls, the error I am getting is 'undefined is null or not an object'. The error occurs in...
1
by: Jim Heavey | last post by:
Today when I run my application and click the "edit" link within a DataGrid, the new screen is displayed and I get this message which pops up (which must be coming from ASP.Net....Not within my...
0
by: Quazzo | last post by:
Hello, I have found a small bug in WebUIValidation. In a page I use a CompareValidator to check that the user input date in correct format. When using Culture Latvian the date looks like:...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.