Error Partial xaml WP7

戏子无情 提交于 2019-12-25 19:38:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!