Hi,
We're currently converting a .Net 1.1 web application to .Net 2.0 using WAP. We have a problem where WAP seems to remove some of the manual event wiring up, but also leaves some of it behind, causing events to be fired twice on some pages (since it sets sets autoeventwireup to true). There are examples of identical InitializeComponent() methods in different controls were the manual OnLoad event wiring up is removed from one, but not the other. There doesn't seem to be any pattern as to which classes have them removed and which don't.
Has anyone come across this before? Is there any easy way for us to work out which classes need to be fixed, or do we have to examine every file manually? Is it only Load events that are removed, or other other events removed as well? Is InitializeComponent the only method that manual wire-ups are removed from, or are other locations examined as well?
Thanks for your help,
Ben