Monday, 2 February 2009
SPDispose Tool
If you often use the SP object model to write code then odds are that you have probably already had to deal with a memory leak of some kind. If you do not correctly dispose of some of the objects that you create (SPWeb amongst others) then you can get memory leaks.
SPDisposeCheck is a tool to allow you to check your compiled assemblies for poor use of the SharePoint OM with regard to disposal of objects.
Paul Andrew has just published a blog post announcing the release of v1.3.1 of this tool and I recommend you download it and use it as part of your development cycle.
See Paul's blog post or download it from this page.
Subscribe to:
Post Comments (Atom)
I'd like to add you to my professional network on LinkedIn.
ReplyDeleteExcuse me to take the freedom to contact you , but i am have a problem with sharepoint, may be you can help me.
Have used several solution (codeplex,kaldeera) to copy an document across site into a library list, but with documents that are not from office the proprieties are not copy. I am looking for an workflow activities to add to sharepoint designer to created a item across site.
Do you have any sugestion or how an freelancer that can develop this workflow for sharepoint designer ?
thank very much for your help.
David Frazão
David,
ReplyDeleteYou say you have looked at Codeplex, but I believe the 'Copy List Item Extended Activity' from the 'Useful SharePoint Designer Custom Workflow Activities' should be able to perform this action. Have you tried installing this Solution?
You can download it from Codeplex at the following url:
http://www.codeplex.com/SPDActivities
Charlie