Is there a page creation and editing model in SharePoint WebServices that can be used to create and edit the content of a “publishing” page type?
We can do it from the SharePoint SDK, but How would one go about this using the WebService model?
urgent please
i need help to use c# with sharepoint
to view all users in web application
neama. here's an example command line func. to write out to console every user in "myweb".
void x()
{
SPSite site = new SPSite("http://myweb");
SPWeb web = site.OpenWeb();
SPUserCollection users = web.AllUsers;
foreach (SPUser user in users)
Console.WriteLine(user.Name);
}
greets: Sipi
how to user reportserver web reference in wss site
Hi,
I am looking for best method deployment, can you help me.
if i am using Sharepoint central administration, i am coming up with the error.
Error:- SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action
RESOLUTION/WORKAROUND:
====================
Force SharePoint to refresh its local config cache, and re-run the SharePoint
Products and Technologies Configuration wizard. It then completes without error.
To reset the config cache:
1. On the SharePoint Server where Central Administration Site is hosted browse to
C:\Documents and Settings\All Users\Application
Data\Microsoft\SharePoint\Config\<guid>
2. Take a backup of cache.ini file. Then Edit the cache.ini and replace the current
value with "1".
3. Restart the Windows SharePoint Services Timer service.
4. Verify the cache.ini now contains its previous value.
5. Run the SharePoint Products and Technologies Configuration wizard again
but still error is not resolved. Do you have any solution?
Hey Pranab,
can you help me out with Silverlight web part deployment option in SharePoint site?
I have already deployes Silverlight slideshow on SharePoint ste but want to devlop the web part by myself and then to deploy it.
Thanks in advance.
Pratik
4 total photosLast updated on 8/18/2008