I had an requirement to add summary links webpart on MySite. When I tried to add it, I did not find it in the available webparts. So, I imported it from an publishing site and uploaded into MySite. When, I added it, I got an error as
Unable to add selected web part(s) SummaryLinkWebPart: Could not load XSL file. The system can not find the file specified (Exception from HRESULT: 0X8007002).
After going through MSDN, I found that the style sheets for the web part are missing (http://msdn.microsoft.com/en-us/library/ms551040.aspx). I added the requried style sheets to the
style library and finally I was able to add the webpart but, it displays a bullet before the link.
To avoid this issue, I had deleted the webpart and style sheet , and activated all the publishing features in the Site using STSADM. Even after acitvating the features and adding the webpart, it still displays a bullet before the link.
Any help or workaround to solve this issue is highly appreciated...
Thanks
View Complete Post