Wednesday, January 25, 2012

SP2010 RecycleBin bug

Scenario:
If you delete a list or navigation item using the browser, and if recycle bin is enabled for the site the item is moved to the recycle bin. In SP2007 the deleted item is not shown in the regular views, i.e. in the all site content view or in the top navigation. In SP2010 SP1/June CU it does show up and if you use Powershell to open it, it does return a partial reference to the object, i.e. $web.Lists["deleted list name"] will show some properties of the list, but $web.Lists["deleted list name"] will throw an object reference not found error.

Solution:
Delete the item from the recycle bin !




No comments:

Post a Comment