54 reputation
210
bio website
location
age
visits member for 2 years
seen May 6 at 14:58
stats profile views 16

Mar
26
comment Difference when creating SharePoint 2010 groups programatically and the web interface
When I tried to add to the Groups column, I received the following error. You cannot add a group directly to the Groups collection. You can add a group to the SiteGroups collection. That's probably why I used SiteGroups.
Mar
26
comment Difference when creating SharePoint 2010 groups programatically and the web interface
Thank you SPDuFeu.
Mar
24
asked Difference when creating SharePoint 2010 groups programatically and the web interface
Feb
19
awarded  Notable Question
Feb
13
awarded  Notable Question
Feb
6
awarded  Tumbleweed
Jan
30
asked SP 2010 Metadata and Crawled Properties
Jan
3
awarded  Popular Question
Oct
12
comment No InfoPath forms in SP 2013 workflows?
Thank you Gennady! That was what I was looking for.
Oct
12
accepted No InfoPath forms in SP 2013 workflows?
Oct
11
asked No InfoPath forms in SP 2013 workflows?
Jun
5
awarded  Popular Question
May
15
accepted Permissions issue using SPJobDefinition
May
14
awarded  Commentator
May
14
comment Permissions issue using SPJobDefinition
So it sounds like writing to the EventLog is out of the question for this process. As for the web.config file, it sounds like I have to come up with another solution. Thank you for your help!
May
14
comment Permissions issue using SPJobDefinition
Hi Per - I updated my original question to show the code I use to write to the EventLog. You think that might still be the problem?
May
14
revised Permissions issue using SPJobDefinition
added code example
May
14
asked Permissions issue using SPJobDefinition
Apr
16
awarded  Popular Question
Feb
21
comment Why do I get only 1 ItemAttachmentDeleting event when deleting more than 1 file in WSS 3.0
Thank you Alex. On the AttachmentDelete/Deleting events, I'm seeing BeforeUrl as null. On the AttachmentAdded/Adding events, BeforeUrl does contain the filename. Either 3.0 is screwed up or it's me. I'm glad to see it works in 2010 as I would expect it to. Unfortunately, I'm stuck in 3.0 for awhile so I'll have to come up with some sort of work around.