views:

20

answers:

0

I have some user controls in the project kept under a folder UserControls.

I'm using one of the user control from that folder in my master page and one on Default.aspx. The default.aspx uses that master file.

The problem is that everything was working fine until something happened and it seems user control is not getting compiled. The user control calls a method from Business Logic which was parameterless before (when everything was working fine) but when I changed it to accept parameters and of course its calls too, it started giving the error. It is still searching for that parameterless method..!! :(

I did tried manually deleting the DLLs, deleting the user controls and again creating them. But nothing worked.

Anyone has any idea what I did wrong or what am I missing??