Partial classes- Member with same name already exist errors

63 Views Asked by At

I am trying to change a website to a web application but seems to get lot of issues as some of the subroutines are in both partial classes spread across different files. Just wondering why it didn't generate any issues in Website where as in web application it is throwing errors like "Member with same name or signature is already declared in the class"

0

There are 0 best solutions below