473,406 Members | 2,439 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,406 software developers and data experts.

WebUIvalidation.js error version

Can someone help with this problem. It's all over the web.
Here is the error when I tried to submit a webform.
-------------------------------------------
This page uses an incorrect version of WebUIValidation.js. The page expects
version 125. The script library is " + Page_ValidationVer + ".");
else
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
return true;
--
pjcharles
--
pjcharles
Nov 19 '05 #1
4 1820
Re-register your client aspnet_client files by doing this at the command
line:
***You if you don't have the path set up then you must browse to your
framework install directory.
aspnet_regiis - c
"P. Jn-Charles" <pj******@cablevision.com> wrote in message
news:4E**********************************@microsof t.com...
Can someone help with this problem. It's all over the web.
Here is the error when I tried to submit a webform.
-------------------------------------------
This page uses an incorrect version of WebUIValidation.js. The page
expects
version 125. The script library is " + Page_ValidationVer + ".");
else
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
return true;
--
pjcharles
--
pjcharles

Nov 19 '05 #2
I tried all the common fixes before I posted my question.
the 'aspnet_regiis.exe -c' does not resolve this issue.
Thank you anyway.

"Tampa.NET Koder" wrote:
Re-register your client aspnet_client files by doing this at the command
line:
***You if you don't have the path set up then you must browse to your
framework install directory.
aspnet_regiis - c
"P. Jn-Charles" <pj******@cablevision.com> wrote in message
news:4E**********************************@microsof t.com...
Can someone help with this problem. It's all over the web.
Here is the error when I tried to submit a webform.
-------------------------------------------
This page uses an incorrect version of WebUIValidation.js. The page
expects
version 125. The script library is " + Page_ValidationVer + ".");
else
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
}
return true;
--
pjcharles
--
pjcharles


Nov 19 '05 #3
How about a little more information ?

Which versions of the .NET Framework
do you have installed ?

Which version of the .NET Framework is your
application supposed to be running ?

Have you installed any NET service packs ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"P. Jn-Charles" <pj******@cablevision.com> wrote in message
news:F0**********************************@microsof t.com...
I tried all the common fixes before I posted my question.
the 'aspnet_regiis.exe -c' does not resolve this issue.
Thank you anyway.

"Tampa.NET Koder" wrote:
Re-register your client aspnet_client files by doing this at the command
line:
***You if you don't have the path set up then you must browse to your
framework install directory.
aspnet_regiis - c
"P. Jn-Charles" <pj******@cablevision.com> wrote in message
news:4E**********************************@microsof t.com...
> Can someone help with this problem. It's all over the web.
> Here is the error when I tried to submit a webform.
> -------------------------------------------
> This page uses an incorrect version of WebUIValidation.js. The page
> expects
> version 125. The script library is " + Page_ValidationVer + ".");
> else
> ValidatorOnLoad();
> }
>
> function ValidatorOnSubmit() {
> if (Page_ValidationActive) {
> return ValidatorCommonOnSubmit();
> }
> return true;
> --
> pjcharles
> --
> pjcharles


Nov 19 '05 #4
What are those common fixes? Post them so that the community can not waste
time and give advice on something you have already tried.
"P. Jn-Charles" <pj******@cablevision.com> wrote in message
news:F0**********************************@microsof t.com...
I tried all the common fixes before I posted my question.
the 'aspnet_regiis.exe -c' does not resolve this issue.
Thank you anyway.

"Tampa.NET Koder" wrote:
Re-register your client aspnet_client files by doing this at the command
line:
***You if you don't have the path set up then you must browse to your
framework install directory.
aspnet_regiis - c
"P. Jn-Charles" <pj******@cablevision.com> wrote in message
news:4E**********************************@microsof t.com...
> Can someone help with this problem. It's all over the web.
> Here is the error when I tried to submit a webform.
> -------------------------------------------
> This page uses an incorrect version of WebUIValidation.js. The page
> expects
> version 125. The script library is " + Page_ValidationVer + ".");
> else
> ValidatorOnLoad();
> }
>
> function ValidatorOnSubmit() {
> if (Page_ValidationActive) {
> return ValidatorCommonOnSubmit();
> }
> return true;
> --
> pjcharles
> --
> pjcharles


Nov 19 '05 #5

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

Similar topics

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: csumner | last post by:
I'm getting that nasty little 'Unable to find script library' error that seems to be plagueing a lot of people. I only get it when I change my home directory in IIS from inetpub/wwwroot to one of...
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...
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:...
4
by: | last post by:
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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:
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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.