I came across this problem recently. Its a little strange and only happened once I changed my base webpart class to inherit from Microsoft.SharePoint.WebPartPages.WebPart. There seems to be two fixes for this problem that I implemented:
- remove the XMlNamespace from class declaration
- Use a .dwp file instead of a .webpart file in your feature folder

Comments