Okay I have 2007CLR2 with the latest hotfixes installed on my laptop,
i have a web async refresh panel which has various dotnegt controls and some validators which have the enable clientscript set to true.
everything works fine and an asycn refresh happens perfectly.
Even the linked refreshcontrol ids get refreshed and the controls within them as well.
However I get this javascript error message no matter what on the async post back.
How do i get rid of this???
OK, we've confirmed that the Javascript errors (like the ones in the link in our prior post on this thread) occur on machines that run framework 2.0 SP1, and do NOT manifest on machines running framework 2.0 (non SP1).
We've seen the exact same problem manifest in the WebTab under framework 2.0 SP1. This just started. Ashok, at IG doesn't think it's a real problem YET, because he can't reproduce it on his end. My bet is that he's running framework 2.0 without SP1.
I agree that this problem may be related to SP1. I can't say for certain, but it seems that this error started to manifest after we did WAU on framework 2.0.
The link at http://news.labs.infragistics.com/forums/t/2440.aspx shows the error type we get using WebTab AND WARP with RFV, including the incredibly high line numbers. (This link isn't our post).
-Jason LockridgeSmithSystems, Inc.
the valiators don't seem to be the problem and should not because they are essential asp.net controls...infragistics should be compatible with all its properties
This problem appears to be related to Framework 2.0 SP1.
When we got the same issue, I uninstalled web sites, Frameworks and IIS. I then reinstalled IIS and Framework 2.0 . Installed the web site and it was fine.
Installed SP1 for Framework 2.0 and the problem returned. Now going to get my developers to try the workaround suggested, but I think Infragistics should try using SP1 and fix the problem ;)
I had the same problem. I had to change the validators enableclientscript property to false and the errors went away. The validators seemed to work fine.