S
siddhath
Hi All,
my asp.net applications is using validations controls and it throws
'undefined is null or not an object' error in WebUIValidation.js
Error only happens on few machines if i move the same applications to a
different machine error does not happen.
i tried copying aspnet_client folder from the machine where it worked to the
machine where is did not work and that did not help. i still get the same
error.
more details on error :
*error ocurs in function ValidatorOnLoad() method in WebUIValidation.js
* Page_Validators.length returns 4 but when i look at the Page_Validators in
watch window there are only 2 item in it.
so it fails when scrips acccess it using a index of 2.
i don't know why Page_Validators.length returns 4 when there are only 2
elelments in it and also why it happens only on specfic machines.
thanks
Siddharth
my asp.net applications is using validations controls and it throws
'undefined is null or not an object' error in WebUIValidation.js
Error only happens on few machines if i move the same applications to a
different machine error does not happen.
i tried copying aspnet_client folder from the machine where it worked to the
machine where is did not work and that did not help. i still get the same
error.
more details on error :
*error ocurs in function ValidatorOnLoad() method in WebUIValidation.js
* Page_Validators.length returns 4 but when i look at the Page_Validators in
watch window there are only 2 item in it.
so it fails when scrips acccess it using a index of 2.
i don't know why Page_Validators.length returns 4 when there are only 2
elelments in it and also why it happens only on specfic machines.
thanks
Siddharth