SPC110247: Do not dispose SPWeb returned by SPContext.Current.Web |
SPC110247: Do not dispose SPWeb returned by SPContext.Current.Web |
SPContext objects are managed by the SharePoint framework and should not be explicitly disposed in your code. This is true also for the SPWeb objects returned by SPContext.Web and SPContext.Current.Web
TypeName: | DoNotDisposeSPWebCreatedBySPContext |
CheckId: | SPC110247 |
Severity: | CriticalWarning |
Type: | AssemblyFileReference |
Do not dispose SPWeb retrieved by SPContext.Web or SPContext.Current.Web
Rule relates to SPDisposeCheckId 'SPDisposeCheckID_220'. To ignore this rule add the attribute '[SPDisposeCheckIgnore(SPDisposeCheckID.SPDisposeCheckID_220, "Caller will dispose")]' to your method.
Copyright © 2013 RENCORE AB. All Rights Reserved
Disclaimer: The views and opinions expressed in this documentation and in SPCAF are those of the creators and do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. All trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners. SharePoint Code Analysis Framework, Version 4.5.2.7855, see www.spcaf.com for more information |