Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Page_Validators error

Reply
Thread Tools

Page_Validators error

 
 
Dan Hurwitz
Guest
Posts: n/a
 
      10-19-2004
I am working on a large ASP.NET project. We have a user control
called ucSearch, which is called from two other pages. ucSearch
contains some validation controls. Up until this afternoon, it worked
perfectly with no problems. For no discernable reason, it stopped
working on my machine, giving the dreaded "Page_Validators not
defined" error when the page posts. It continues to work fine on
other team members' machines. (We all have essentially identical
development environments, using VS.NET 1.1 and C#.) As far as we can
tell, nothing remotely related to either the page or the user control
has changed. I have gotten fresh source from source control, compared
my source with other team members, rebooted, rebuilt the solution,
restarted IIS, and pulled out all my hair. Any suggestions would be
most appreciated. I would like to avoid reinstalling IIS.

Thanks.

Dan Hurwitz
 
Reply With Quote
 
 
 
 
Dan Hurwitz
Guest
Posts: n/a
 
      10-19-2004
On further testing, it becomes clear that this is a browser issue and
not related to our code at all. I went to a QA server where we have
the project deployed for testing and ran into the "Page_Validators not
defined" error when following a specific sequence of user actions. (I
am quite certain that this worked for me the previous day on the same
version of the code.) A coworker went to the same web site from his
machine and performed the exact same sequence of actions, and did not
get any errors. When he went to the QA web server from my browser
(using his logon), he did get the error.

Apparently, something happened to my browser yesterday while
debugging. I went to the browser Options and checked the "Warn if
changing between secure and not secure mode" option under
Advanced->Security. That caused the problem to go away for a short
while on my browser, but then it returned.

The next step is to install an IE service pack on my machine and see
if that resets whatever setting is buggered and solves the problem.

Any thoughts?

Thanks.

--Dan Hurwitz
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page_Validators is Undefined Charleees ASP .Net 2 10-16-2006 03:52 PM
Page_Validators is undefined Vishwanathan Raman ASP .Net Web Controls 1 09-22-2005 12:22 AM
Page_Validators is undefined Jscript runtime error mag48 ASP .Net 0 02-09-2004 02:09 PM
Page_Validators is undefined Ravikanth[MVP] ASP .Net 2 08-27-2003 11:10 AM
JavaScript Error: 'Page_Validators' is undefined DesignerX ASP .Net 2 07-25-2003 02:45 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57