[OzMOSS] RE: Object Disposal in Feature Receivers

2008-03-26 Thread Lee Marriage
Thanks Sezai, I'll try and get a test lab setup to answer this once and for all... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sezai KOMUR Sent: Wednesday, 26 March 2008 4:43 PM To: listserver@ozMOSS.com Subject: [OzMOSS] RE: Object Disposal in Feature Receivers Yes it's

Re: [OzMOSS] RE: Object Disposal in Feature Receivers

2008-03-26 Thread Bill Williamson
My understanding is that ONLY the SPContext calls should not be disposed. I'd guess there are plenty of leaks when getting a web directly though (much like the leaks in GetSingle for the ldap/AD code). On Wed, Mar 26, 2008 at 4:59 PM, Lee Marriage [EMAIL PROTECTED] wrote: Thanks Sezai, I'll

RE: [OzMOSS] Object Disposal in Feature Receivers

2008-03-26 Thread Dave Porter
using() is best practice, and you don't need to call .Dispose() typically with this method, and one of most common issues of using web.Dispose(); is that sometimes you dispose of the object prematurely, and have to recreate it again, and again, and dispose of it again and again... From:

[OzMOSS] Importing 2003 discussion boards to moss

2008-03-26 Thread Greg Mulholland

[OzMOSS] Attach an event handler to a content type

2008-03-26 Thread Daniel Colarossi
Hi guys, I have written an event handler for moss and attached it to a content type, however it fails to fire. When I attach the content type to a list or library it fires and works as expected, but against a content type nothing happens. I thought I would see if anyone else has tried to

[OzMOSS] Change Document Content Type

2008-03-26 Thread Deon Taylor
Hi Ozmossers! I have migrated a doc library from SPS 2003 to MOSS. All the docs have been created in MOSS as a standard document content type. I would now like to convert or change these existing documents to a custom document content type. Does anyone have any suggestions on how best to achieve

[OzMOSS] Change Document Content Type

2008-03-26 Thread Deon Taylor
Hi Ozmossers! I have migrated a doc library from SPS 2003 to MOSS. All the docs have been created in MOSS as a standard document content type. I would now like to convert or change these existing documents to a custom document content type. Does anyone have any suggestions on how best to achieve