Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.
  1. In this image i am not able to press the webpart button to upload a webpart it does'nt mather which webpart , webpart button is disbled!

  2. When trying to Delete an existing webpart i get the following error message like in image 3

enter image description here

share|improve this question

2 Answers

Open the web part page in view mode, not edit mode. Then add this to the URL

?contents=1

So, if your URL for the page is

http://MyServer/MyLibrary/MyWebPartPage.aspx

change it to

http://MyServer/MyLibrary/MyWebPartPage.aspx?contents=1

This will show you a page where web parts on the page are listed and you can select individual web parts and delete them.

share|improve this answer
1  
yes i get it but i can not still not add any webpart to my page – Martin Jan 29 at 10:03
The idea here is to give you another approach to delete the trouble web part, since you get an error message when you edit the web part page and try to delete it there. – teylyn Jan 29 at 10:11
i solved it in webconfig – Martin Jan 29 at 10:44

try go to this url:

http://YOURSITE/_layouts/spcontnt.aspx?PageView=Shared&url=%2fYOUR_PAGE_WITH_WEBPARTS%3fPageView%3dShared%26InitialTabId%3dRibbon.WebPartPage%26VisibilityContext%3dWSSWebPartPage

just replace YOURSITE and YOUR_PAGE_WITH_WEBPARTS (e.g. default.aspx) in the URL. It should redirect you to the mgmt page with webparts, where you should be able to delete the problematic one.

share|improve this answer
my site is wingtip:49074 what do u mean with your_page_With_webparts? – Martin Jan 29 at 9:17
do u mean this page? wingtip:49074/SitePages/… – Martin Jan 29 at 9:19
I use URL in this format when I want to manage homepage: localhost:5555/_layouts/… – luccio Jan 29 at 9:35
i dont get it to work – Martin Jan 29 at 9:46
NVM, try to solve problem with your webpart first: cryer.co.uk/brian/mswinswdev/… Or delete webpart content in sharepoint folder (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES\...) – luccio Jan 29 at 10:07
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.