RE: Customize SPTreeview

2009-01-14 Thread Jeremy Thake
I had read something before on this and dug it out http://www.novolocus.com/2007/10/25/branding-the-sharepoint-treeview-sptreeview-control/ which pointed to: http://www.sharepoint-tips.com/2006/07/modifying-wss3-tree-navigation-control.html Nothing a Google wouldn't find but just incase. From: oz

Customize SPTreeview

2009-01-14 Thread Nichani, Ravi
Does anyone know how to override the expandable & Sharepoint team site image from the SPTreeView control? This is an email from Fujitsu Australia Limited, ABN 19 001 011 427. It is confidential to the ordinary user of the email address to which it was addressed and may contain copy

RE: event handler not updating

2009-01-14 Thread Wang, Dan
Yeah, I used wsp packages Regards, Dan Dan Wang Technical Consultant _ Logica - Releasing your potential Logica (ACT) Cooyong Centre PO Box 5034 BRADDON ACT 2612 T: +61 2 6246 1906 M: 0439002371 F: +61 2 6262 8827 E: dan.w...@logica.com

RE: event handler not updating

2009-01-14 Thread Jeremy Thake
Are you using wsp packages to deploy to the farm? I often find that simply remove the solution altogether and then installing it again fixes itself. From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Wang, Dan Sent: Thursday, January 15, 2009 11:10 AM To: ozmoss@ozmoss.com Subject: R

RE: event handler not updating

2009-01-14 Thread Wang, Dan
Yes, I did reset IIS after I deploy the new assembly. I'll check out the tools you mentioned. So glad it works now. I've been struggling with this for a few days. Thanks, Dan _ From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Jeremy

RE: event handler not updating

2009-01-14 Thread Jeremy Thake
Are you doing an IISreset or application pool refresh when you deploy the new assembly. It won't necessarily pick up the new dll with the new changes otherwise. Are you using a tool such as WSPBuilder or STSDEv as this has this built in when you deploy. Take a look at: http://www.sharepointdevw

RE: event handler not updating

2009-01-14 Thread Wang, Dan
Thanks for the prompt response Tommy. I tested with different accounts that are either site collection admin or accounts with contribute access to the document lib. I've just managed to get it work with the same source code. I recreated a new solution and gave it a new namespace, and pasted th

RE: event handler not updating

2009-01-14 Thread Tommy Segoro
The user who is running the event handler doesn't have access to a particular list, hence can't get the value/meta-data of a document/list item. From: ozmoss@ozmoss.com [mailto:ozm...@ozmoss.com] On Behalf Of Wang, Dan Sent: Thursday, 15 January 2009 10:19 AM To: ozmoss@ozmoss.com Subject: event

event handler not updating

2009-01-14 Thread Wang, Dan
I've written an event handler to populate some fields when a document is uploaded. For some reason, the fields are populated fine when I log in under the system account, but not when I log in under a normal user account. I run into the following exceptions when I debug under a normal user.