[OzMOSS] SPListItemCollection.count Null reference exception

2008-06-16 Thread Dan Hayman
From: Dan Hayman Sent: Friday, 13 June 2008 12:33 p.m. To: SharePoint Interest Group Subject: SPListItemCollection.count Null reference exception Hi, Does anyone have any idea why I sporadically get a null reference exception on the last line of this code. I can't replicate it

[OzMOSS] RE: MOSS audiences

2008-06-16 Thread Michael Nemtsev
It seems to be that behaviour http://support.microsoft.com/default.aspx/kb/948681 Try to install SP1 post-fixes for this Michael Nemtsev Readify | Senior Developer Microsoft MVP [.NET/C#] Tel: +61 424 184 978 | Email: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] From: [EMAIL PROTECTED]

[OzMOSS] modifying navigation

2008-06-16 Thread Chris Grist
Hi Guys, Im creating some sites programatically i.e. /sites/home/crm/companyabc What i would like to do hopefully is modify something so that all links in the portal would be something like /sites/home/crm/companyabc?OrdID=1 This is so that i can use a query filter WebPart. Ill be setting up

RE: [OzMOSS] RE: MOSS audiences

2008-06-16 Thread Nigel Hertz
No luck unfortunately. I installed the hotfix on our dev server, and still have the same problem. I've gone so far as creating a new audience with the same AD group in, and it also populates with the removed users. I'm assuming it caches this somewhere, and forcing a recompile doesn't

RE: [OzMOSS] modifying navigation

2008-06-16 Thread Paul Noone
You could use the IsapiRewrite4 DLL (Windows equivalent to the Apache ModRewrite module) and write a global rule. The problem would be in getting SharePoint to honour it in the generated menus. You'd require a regex in the code that handles menu renedring which might mean modifying system files