The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
39 views

Developing console applications for previous assemblies (Sharepoint 2010)

I Made a console application that changes items in a list that has a Taxonomy field. The app works well on the Developement machine, but for some reason, when move it to production, we get this error: ...
1
vote
0answers
69 views

Unable to seperate normal and hidden folder such as “Forms” [SPFolder Object Model ]

While performing certain task in a console application, i am unable to separate normal folder and hidden ones such as "Forms","FormServerTemplates" etc. I am using SPFolder in the obejct model. I have ...
0
votes
1answer
177 views

Getting Library contents along with Folder structure [Console application using Object Model]

I am developing a console application which will get all the files in a document library and copy it to a particular location on system. I was successful in retrieving all the files within the ...
0
votes
1answer
90 views

How authentication is done when using a CAML query for SharePoint List in a console application

I am try to develop a console application in Visual Studio which uses CAML query to get data from SharePoint List. The question is, how does the console application authenticates from the SharePoint ...
0
votes
0answers
54 views

Php proxy server - client [closed]

Hello guys I am looking for a php proxy server code and a client program(of any language) similar to GAppProxy which is coded in Python and ASProxyWing coded in ASP.NET were the ...
2
votes
3answers
310 views

Programmatically determine SharePoint Version

I am writing a console application for SharePoint. Mostly, I will be using it for both MOSS and SharePoint 2010. I have two separate functions - one for MOSS and other for SharePoint 2010. In my Main ...
2
votes
2answers
849 views

Programmatically generate MySites for all users

I have a console application with the following piece of code: SPServiceContext serviceContext = SPServiceContext.GetContext(portalSite); UserProfileManager profileManager = new ...
2
votes
1answer
1k views

Creating site column with a specific GUID

I am trying to create a site column using via a console app. I would ultimately like to be able to migrate the site column and upgrade the same column via this app. To that end, I would need some ...
3
votes
5answers
8k views

HTTP 401, Unauthorized using the Managed Client Object Model

I have a Windows 7 system built (per MS' instructions) with SharePoint 2010 Server. I'm writing a simple console application on it that attempts to use SharePoint's Managed Client Object Model to ...
2
votes
2answers
450 views

MOSS2007 PowerShell vs Console Application

I'm looking for a few examples of when you would be better off writing a PowerShell script vs writing a Console Application to perform some operations against the Object Model in a MOSS2007 or WSS 3.0 ...