问题

I get this error, I try to copy my old project to another with modifing the name of namspace
回答1:
The error indicates that you have another file with a partial definition of this same class that shares a different base class. Find this other partial definition and resolve.
来源:https://stackoverflow.com/questions/10121012/error-partial-xaml-wp7