User-1096946240 posted
Just thought I'd post this as it took me a few days to work out what was going on....
We have a web application that was working fine in development and production, then we added some custom AJAX stuff into it. It carried on ok in development, but in production the AJAX areas failed when we tried to dynamically add elements to the home
page.
Finally tracked down the problem; nothing to do with AJAX - someone added a control and a page to the WAP project from another site, but not converted it to CodeBehind, so there was a duplicate class definition - one in the WAP project and one in the the
compiled deployment project.
So, if you get duplicate class errors, check for any CodeBehinds in your WAP project [:D]
Regards
Paul