I just wrote a new web part and now I am getting this error when I try to deploy them on my non-dev servers:
the default namespace 'http://schemas.microsoft.com/WebPart/v2' is a reserved namespace for base Web Part propertiees. Custom Web Part properties require a unique namespace (specified through an XmlElementAttribute on the property , or an XmlRootAttribute on the class).
I am writing the web parts into CAB files and deploying them with this:
stsadm -o addwppack -filename web_part_name.CAB -url http://your_url_here -globalinstall -force
Everything works fine until I try to add the web part, then I get this error in a popup. It works just fine on my dev VM...?
Any ideas would be appreciate, thank you.