User - Stack Overflowmost recent 30 from stackoverflow.com2009-12-07T00:57:53Zhttp://stackoverflow.com/feeds/user/56590http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/120928/sharepoint-error-cannot-import-web-part/456810#4568100Answer by neo_upgraded for SharePoint error: "Cannot import Web Part"neo_upgraded2009-01-19T07:40:54Z2009-01-19T07:40:54Z<p>Solved mine.</p>
<p>i was getting this error:</p>
<pre><code>===========================================================================
Error importing WebPart. Cannot import ........ Web Part.
Failed to add webpart
Exception Microsoft.SharePoint.WebPartPages.WebPartPageUserException: Cannot import ... Web Part. at Microsoft.SharePoint.WebPartPages.WebPartImporter.CreateWebPart(Boolean clearConnections) at Microsoft.SharePoint.WebPartPages.WebPartImporter.Import(SPWebPartManager manager, XmlReader reader, Boolean clearConnections, Uri webPartPageUri, SPWeb spWeb) at Microsoft.SharePoint.WebPartPages.WebPartImporter.Import(SPWebPartManager manager, XmlReader reader, Boolean clearConnections, SPWeb spWeb) at Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
===========================================================================
</code></pre>
<p>"Cannot import webpart..."</p>
<p>The problem was: Non-matching GUIDS</p>
<p>Check if the guid on webpart class , and in the .xml and in .webpart class are same.</p>
<p>I was copy-pasting code from other webparts sources. ( Mutliple Document Upload Wepart on Codeplex) and forgot to fix guids.</p>