Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am using MicrosoftMvcValidation.js i.e. minified version for validating the data in Form.

But while submitting following error is coming.

"Microsoft JScript runtime error: 'Sys.Mvc._validationUtil' is null or not an object"

But if i use debug version of MicrosoftMvcValidation.js, form submitting working fine.

Any idea?
Posted
Updated 5-Jan-11 8:18am
v2
Comments
[no name] 29-Dec-10 10:49am    
Even is using a minified version you can still debug to find the issue. Have you?
Kashsolai 29-Dec-10 22:52pm    
No i Couldn't

1 solution

I think some HttpHandler reference missing. Try to add reference tag in Web.Config.

I hope this Link [^]might be helpful.
 
Share this answer
 
Comments
Espen Harlinn 16-Jan-11 6:36am    
5+ Sounds quite reasonable :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900