My blog has moved!

You should be automatically redirected in 6 seconds. If not, visit
http://www.f5todebug.wordpress.com
and update your bookmarks.

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.

2 comments:

  1. I'd like to add you to my professional network on LinkedIn.

    Excuse 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

    ReplyDelete
  2. David,

    You 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

    ReplyDelete

Please leave a comment if you have found this post useful, or if there are any errors. I will do my best to assist if a posted solution does not help with your problem.