How to delete Content Type in SharePoint 2007 when you receive "The Content type is in use" error

Thursday, 16 July 2009 17:19 by myro

A common problem in SharePoint 2007 is when you need to delete a Content Type from a List or from a Document Library: you receive the error 'The Content type is in use'. Ok, you understand that there is still a List or a Document Library that is using it and even if you remove all the associations from all your lists if you try to delete it you could receive again the same error.... 'The Content type is in use'
What's going on?
If you look at the msdn you will read that:

A content type cannot be deleted from a list if that list contains items of that content type.

So the problem is that you still have items in your List that are associated to that Content Type. A fast workaround is to select all the items, send them to the site's recycle bin, remove the Content Type and finally restore all those items from the bin back to the List.

msdn reference: http://msdn.microsoft.com/en-us/library/bb802962.aspx

Currently rated 3.2 by 6 people

  • Currently 3.166667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:  
Categories:   SharePoint 2007
Actions:   Bookmark and Share | Permalink | Comments (2) | Comment RSSRSS comment feed
If you consider this post usefull for your purposes, please consider visiting my sponsors to help me out with the myrocode.com maintenance. Thank you.

Comments