moss Questions

2

Solved

How do I tell if a SharePoint class is specific to WSS or MOSS? For example, can I use the SPAudit class in MOSS only?
Tabshey asked 15/2, 2010 at 15:7

4

I'm looking for best practices to integrate log4net to SharePoint for web request, feature activation and all timer stuff. I have several subprojects in my farm, and I would like to have only one...
Twinflower asked 20/10, 2008 at 19:55

7

Solved

I am working on project where I have to access SharePoint data in C#. I've never done this before; and have the following questions? How would I access SharePoint data from C#? What API do I use?...
Circinate asked 14/11, 2009 at 6:42

2

Solved

The web part lifecycle is described like this: On Page Load Constructor OnInit OnLoad ConnectionConsumer method is called if web part is connectable CreateChildControls ... On 1st Postback (Post...
Keef asked 30/10, 2009 at 7:20

1

Solved

WSS 3.0 List Service I am running GetListItems() on a Picture Library (name Pictures) using the follow CAML query: <Query> </Query> <ViewFields> <FieldRef Name="EncodedAbs...
Raymonderaymonds asked 29/10, 2009 at 23:53

2

Solved

I am trying to copy a file from sharepoint to a unc path. I am using the following code: var id = new WindowsIdentity("[email protected]"); var p = new WindowsPrincipal(id); var wic = id.I...
Palestine asked 1/9, 2009 at 17:33

5

Solved

Is there any way to get the directory path of the 12 Hive programmatically? I am creating a feature which delivers a file to the XML directory in the 12 hive, and I don't want to hardcode the dire...
Gapeworm asked 3/6, 2009 at 10:2

2

Solved

Can we use SPSecurity.RunWithElevatedPrivileges in SharePoint timer jobs? Under whose identity will the timer job run under elevated privilegs? Any gotcha's and must know facts regarding this wil...

2

Solved

I have the following code: SPList list = web.Lists[this.ListName]; SPListItem item = list.Items.Add(); now what I want to do is: FileInfo[] attachments = attachmentDirectory.GetFiles(); for...
Tourney asked 26/8, 2009 at 13:28

1

Solved

Can we write an eventreceiver that gets fired when any list is updated. The listtemplateid that we have to specify for an eventreceiver makes our code specefic to one breed of lists. What if we wan...
Karinakarine asked 7/8, 2009 at 7:22

5

Solved

We have an SP timer job that was running fine for quite a while. Recently the admins enlisted another server into the farm, and consequently SharePoint decided to start running this timer job on th...
Ahmedahmedabad asked 3/4, 2009 at 17:10

1

Solved

I am writing a timer job for the first time. I am following the examples that can be obtained by googling as my reference. In many such articles, I am coming across the timer job features being ac...
Balmung asked 27/4, 2009 at 10:9

4

I think most of the SharePoint developers and administrators know that with the change form Firefox 2 to Firefox 3 some functionality of SharePoint have became unavailable. Especially adding Webp...
Chiefly asked 19/10, 2008 at 13:47

2

Solved

I am trying to access a sharepoint list programmatically in a webpart, like this. try { masterList = web.Lists[listId]; } catch(Exception e) { RenderExceptionMessage(e.Message); } The RenderEx...
Grizelda asked 7/4, 2009 at 8:43

11

Solved

Background Info I am working on setting up a method for my company's developers to share documentation and information about our various internal systems. This would range from information th...
Parton asked 25/2, 2009 at 19:35

6

Solved

Such as: Sealed Methods you might have liked to extend Exceptions thrown are more vague than is helpful Elimination of Connected Content which was a major feature in MCMS 2002 HTML is stripped fr...
Panzer asked 8/2, 2009 at 16:15

6

Solved

I found the answer after digging and thought I'd store it here. C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS
Tripartite asked 8/2, 2009 at 5:25

5

Solved

A simple scenario: I want to delete a pagelayout that is out-dated from our MOSS publishing site. An ex-colleague has created a new page using this page layout and he has not checked it in. I can'...
Bartels asked 29/1, 2009 at 9:29

5

Solved

There's Windows SharePoint Services (WSS) and then there is Microsoft Office SharePoint Server (MOSS). MOSS considerably more expensive than WSS (which ships as part of Microsoft Server licensing)....

2

Solved

SPListItem.GetFormattedValue seems to have a strange behavior for DateTime fields. It retrieves the DateTime value through SPListItem's indexer which according to this MSDN article returns local ti...
Convexoconvex asked 10/11, 2008 at 11:13

1

Solved

How do I programmatically add user permissions to a list in Sharepoint? I want to add the permission "Contribute" to a user or group for a certain list. I'm using C#.
Haugen asked 11/12, 2008 at 7:51

4

Solved

I have a simple 2D array of strings and I would like to stuff it into an SPFieldMultiLineText in MOSS. This maps to an ntext database field. I know I can serialize to XML and store to the file sys...

1

Solved

I need to make subgroups in the top navigation menu, like: Home -Group --Subgroup alt text http://img300.imageshack.us/my.php?image=topnavigationmenudr4.png Is it possible? I can not make more ...
Cardiogram asked 7/11, 2008 at 19:48

5

So basically we have lots of SharePoint usage log files generated by our SharePoint 2007 site and we would like to make sense of them. For that we're thinking of reading the log files and dumping i...
Lucan asked 8/10, 2008 at 6:24

5

Solved

In Moss 2007 you have the ability to set the target audience for each individual web part within a page. Is there a way to preview how the page will look to another user without logging in as that ...
Seamy asked 30/9, 2008 at 16:51

© 2022 - 2024 — McMap. All rights reserved.