User - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T00:57:53Z http://stackoverflow.com/feeds/user/56590 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/120928/sharepoint-error-cannot-import-web-part/456810#456810 0 Answer by neo_upgraded for SharePoint error: "Cannot import Web Part" neo_upgraded 2009-01-19T07:40:54Z 2009-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>