How to invoke a dll that is dynamically created (during runtime) in a sharepoint site? i am recieving an error that i dont have the load permissions.
Any help on this will be grateful.
Hi all:
I was wondering how can I change the site URL of a SharePoint site that has already been created?
I can't do this since URL is a read-only field:
web.Url = "something";
Thanks.
Hello,
I need to build out a feature that will let the content authors know if a particular asset (e.g. an Image or a video under site assets library) is being referenced by any content(Pages) in the sharepoint site.
Is there any built-in feature that can assist in that?
If not, do you have any suggestions on how should I go about it?
Thanks,
Krantz
Hi, I have SharePoint setup, and for a test I added a Task List, added a few columns, and tested it out. I wanted to modify the task list task page, not the task list page. I can edit the task list page, but I cannot edit the task list task page. I am missing the Edit Page button from site actions on that page. How can I edit the page of the actual task? Thanks.
Is it possible to develop a web-part in ASP.NET (framework 2.0), to have a sandbox architecture, and deploy those web parts inside Share Point 2010 and/or MOSS 2007
we donot want to use any SharePoint dll reference with web parts we develop.
we refer to the url, section at http://msdn.microsoft.com/en-us/library/ee539417.aspx (section Web Parts in Sandboxed Solutions)
I installed Sharepoint 2010 RTM on Windows 2008 SP2. During the configuration stage, it failed. The reason is c2wts does not start up. I followed the suggestion here.
But the service still does not start up. Anyone met with the same problem?
Hello!
I'm trying to modify and set alert templates on a SP (working on a copy of alerttemplates.xml), but I'd like to deploy them just on some specific sites, not the whole farm. Is this possible? I'm using SharePoint 2010 RTM.
Thanks
Hi,
I want to programatically create list on Sharepoint using Web Services.
I tried "Lists.AddList Method" but it would create list in current site only.
Is there any other way to create list? (Using Web Services : C#)
i am trying to use built-in MS Project feature - sync to sharepoint list. The project size is not very large - yet i almost always get GPFs. Could not find any leads on how to work around this
Hi, I have 5 years of work experience in developing WEB and WIN application using c# and .net. Now, I need to switch to Sharepoint development. Can you guide me as to where to start from and resources to be studied or any other related help.
Thanks
I have a custom list, with calculation, in SharePoint. Everything worked fine until recently when the DataSheet will show strange or wrong % calculation in a % column. But the Standard View will show correct values.
IT checked the server side and everything looked ok, I checked the formulas and even re-did them in the column and the issue persist.
Anyone, any suggestion?
Thanks,
Hi,
I have new list using AddList funtion of Lists Web Service.
No i want to add new columns into it.
I tried code given on:
http://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems.aspx
But not getting solution yet.It is simply adding new value to existing Columns.
Note: Using Web Services . (I am not using Microsoft.Sharepoint.dll)
Hi getting the following error message while submitting InfoPath form to Sharepoint forum Library. Please give step by step answer how to resove the bellow issue.
**InfoPath cannot submit the form.
An error occurred while the form was being submitted.
The form cannot be submitted to the following location:
The folder does not exist******
Thanks
I'm looking to build a SharePoint 2010 RTM environment and I'm wondering if there's a guide out there for doing so. I have 4 VMs (AD, WEB, SQL, IDX) to use to build the proper environment.
I'm create a list item via ASP.Net to be published automatically on Sharepoint. However, I cannot find how to define the content type via the CAML query.
In SharePoint 2010 when you hover over a column heading (i.e. to sort) in a list table, you get a hover effect, how can you supress / change this? I can see it uses OnChildColumn(this), so is there a way to modify this - either preventing the effect (e.g. when sorting can't be done on a column), or using a different background image?
Also want to do the same when you hover over a cell in any of the list table's contents.
I need to create a simple folder in a document library in SharePoint, but I can't seem to find a scrap of documentation on the subject.
The dws webservice seems to be used to create physical folders in a workspace, I need a way to create a folder in a document library.
Not sure what to do , please help
Hi,
I need to get up to speed about developing a commerce site using MS-Commerce server 2009 and SharePoint 2007.
I was wondering where are good resources to get started, to explain the concepts and design, etc.
I am looking into Sharepoint 2010 currently and it seems to me the workflow engine being used is based on WWF 3.5. I wonder if it's a good idea to do this as WWF has been gone through dramatic changes with version 4. I wonder if the investments would be save.
I have a web part which uses validation on a textbox field to prevent submission of an empty field. When clicking on Check In to Share Draft or Publish, this validation is done, and since I am not actually trying to submit the form, but rather check it in, I'd rather this didn't happen.
How can I achieve this?
See also: Sharepoint web part form validation blocks updating web part settings - this has the validation code, and how I solved the problem of the EditorPart setting off the validation.
Does anybody know what is replacement for SPFile.Approve() method in Client Object Model ?
Class Microsoft.SharePoint.Client.File does not have this method.