Pushed our site live today and Murphey's law being what it is we started getting an error that has not popped up before and I have no idea how to even address it. On the shopping cart page I am getting the following error:
CS1729: 'EventHandler' does not contain a constructor that takes '1' arguments
on this line:
btnContinueShoppingTop.Click += new EventHandler(btnContinueShoppingTop_Click);
We entered so many test orders over the last few months that it is really bizzare that this error would suddently pop up. Any ideas?
(We have rolled back to our old site until this can be resolved.)