Hello All,
I'm trying to get the Reusable Content List on my SharePoint site, for that i have activated the office sharepoint server publishing infrastructure feature, even when that feature is active the Reusable Content List is not being displayed. Does anyone knows what could be the reason of this?
Thanks in Advance, i really appre...
I have user profile property called "Chapter". It is index when it was created. But this property is not showing up on crawled properties selection window to make MetaData Property Mapping for searching. How can I get this property on crawled properties selection window?
...
I have "Workemail" property defined in SSP. Initially it was created as "Required" Field. But now I want to make it to "Optional". It is not allowing me to either edit Policy Settings not remove property. Is it possible to overwrite Policy setting through code using SharePoint Object Model. Please let me know, overwrite this?
...
How can I make language(Danish 1030) specific wsp files.
I created 4 sites manually on my system. Now my client want solution in WSP files. Thus I choose SharePoint Solution Generator to generate wsp files.
Now I am using Visual studio to deploy solution to get wsp file. Is there any setting regarding language in this step.
Ultimately...
Is it possible to change the site category of a site, or add it in the moment of creation through code?
Thanks,
David Esteves
...
I'm trying to add custom statuses to my SharePoint workflow but am encountering 'Error Occurred' when I try to set them. I've tried different ways of going about this.
For example in my SetState_MethodInvoking I've tried the following:
SetAssignmentState.State = 15;
This makes the workflow runtime throw:
System.ArgumentOutOfRange...
Hello Everyone!
I have a question that encompasses both SharePoint 2007 and Access 2007.
Background:
Over the past 6 months our SharePoint 2003 sites have been migrated to SharePoint 2007 creating issues with some of the lists because the column names had more than 64 characters (we used the column names to hold the actual question) ...
I have 72000 profiles records in SSP profiles database. I connected this BDC with SQL table. SQL table has 81000 records. When I do full Import it is importing only 72000 records only, not complete 81000 records. How to get them into SSP?
...
I have a List to which users have contribute rights
I have a Event Handler which changes the Item Level Permissions on adding or Updating events on list by
2.a CurrentlistItem.BreakRoleInheritance(true);
2.b and by adding users to that list
Now above does not work if user who is adding has rights of contribute
but works if users has ...
In SharePoint 2010 is there any list specific to storing resource string?
What are the other alternatives available to store resource strings in SharePoint?
Thanks.
...
Does anyone know if SharePoint stores it's version numbers inside the files for Excel files? I would assume that it does not. This is what I need: I have an Excel file stored in a SharePoint document library. The file will eventually be distributed and must be able to function offline. The file is somewhat macro-intense, and I would...
I am running a SharePoint workflow programmatically from a SharePoint event receiver by calling workflowManager.StartWorkflow().
The workflow is setting some workflow variables during execution. Is there a way to access the last value of these variables after the workflow has terminated (e.g., the call to StartWorkflow() returns)?
Her...
I am using WSPBuilder to develop Sharepoint2007 sites, whenever i try to debug using one of the users that are not System Account, the debugger enters to the breakpoint and waits a step (F10), when i press F10, i get the following exception in the debug output window after pressing F10 on the line having the breakpoint:
A first chance e...
The sharepoint site doesn't allow anonymous access and uses forms authentication, however I have custom page in "_layouts/" that anonymous users need to be able to access.
I thought it would be enough to add a <location></location> tag in the web.config with the correct path that allowed anonymous access (<allow users="*" />), however, ...
Can i use sharepoint server 2007 with Visual Studio 2010?, Is there any issue about it to pay attention to?
...
What are the difference between SPFile class and PublishingPage Class? I am trying to manipulate a SharePoint Page and I see that both SPFile and PublishingPage classes can be used and the only difference I see if PublishingPage is used for aspx file and SpFile can be used for anyfiles in a SharePoint site. I also see that there are few ...
Hi,
I need the list of all the user controls(i.e. .ascx) used through out the site in sharepoint.
This can be done in Site Content and Structure by selecting any page layout in the Master Page Gallery and by clicking on the Show Related Resources link.
I want to know whether there is any sharepoint API available for this functionality...
Is a sharepoint 2007 webpart likely to work on 2010 without any modification? If not, what are the main areas that would require modification?
...
Hello all,
I'm very new to SharePoint. I would like to create a Workflow in SP Designer 2007--with SP Server 2007--that copies an existing item (A) to a new a item (B) in the same list, and then updates a field in B based on properties set when a user manually initiates the workflow.
I have played around with the "Copy List Item" work...
Has anyone had any success with integrating elements of Live Meeting with SharePoint? In particular, does anyone know if there and any web parts already built for this?
Integrations I could be interested in are making meeting recordings, slide decks, or other artifacts available through a list. Creating meetings aren't so important as O...