0
votes
0answers
139 views

List Definition with Managed Metadata field disposes the SPWeb

I have encountered a very strange behaviour twice now, on 2 different SharePoint Server 2010 installations over the last year (I cannot state excatly which CU but fairly recent versions). When I have ...
1
vote
1answer
228 views

Dispose issue when working with content types

I am seeing an issue with un-disposed SPRequest objects in the ULS logs when i work with content types in the object model. My code is as follows (in previous methods run as part of this request, the ...