Error Partial xaml WP7

2019-10-07 16:42发布

问题:

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.