The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
28 views

connecting sharepoint to a polarlake ESB

How would one go about connecting sharepoint to an Enterprise Service Bus(ESB). The service bus being used is Polarlake. I'm presuming it requires a .NET web service to be created but essentially ...
1
vote
1answer
53 views

Quick way to change Custom New form web part into custom edit form

I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button. Now, I am trying to reuse the same code to create the custom edit form. But I ...
0
votes
0answers
25 views

Sharepoint 2010 restricts priviliges on accessing locally

I'm installed SPS2010 Standard on Win8 developer machine. Installation performed under domain account. This account also used as farm administrator. After installation, I'm checked "Central ...
0
votes
2answers
28 views

Capture SharePoint role group and group members?

For our audit process I need to regularly capture all of our SharePoint role groups (for our main site collection) and the members in each group. Is there a reliable way to approach this problem?
1
vote
2answers
351 views

How to retrieve Users and Groups seperately from a “Person or Group” column via C# code?

I have a field in the discussion list, which allows the initiator of the discussion to specify the people to share the discussion with. This field is typed as 'Person or Group' that allows selection ...
3
votes
1answer
79 views

how to load a folder given just a ServerRelativeUrl using Microsoft.SharePoint.Client

In my application I have a url of a folder as retrieved by folder.ServerRelativeUrl() eg. /consulting/TeamSiteTemplate/Documents/ Now I want to get a list of folders inside this folder. I use this ...
0
votes
1answer
366 views

Downloading files from sharepoint programmatically C#

I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint using Microsoft sharepoint library public void Download(string ...
0
votes
1answer
527 views

Downloading files from sharepoint programmatically C#

I would like to know what are benefits/drawbacks when using either of these methods for downloading a document from Sharepoint using Microsoft sharepoint library public void Download(string ...
1
vote
1answer
104 views

Internal User Versus External User Versus anonymous user in SharePoint 2013

I have read the new police for SharePoint licensing price, and it mentioned that no extra license price will be needed for any external web sites. But I have the following questions to know exactly ...
1
vote
3answers
181 views

Sharepoint beginner

I'm a Sharepoint beginner, just getting into it. Please suggest me some best way to learn sharepoint and best books available in the market. We are using SharePoint 2013.
1
vote
0answers
41 views

Send Log/Debug Messages to SharePoint from a clientside ActiveX Component

I developed a ActiveX Component (C#) for SharePoint 2010 and would like to send log/debug messages to the SP-Server so that they are viewable in the SharePoint LOGS Folder. How am I doing this? Like ...
3
votes
2answers
95 views

.NET forms for SharePoint 2010 without InfoPath

Afternoon all, Can anyone advise if it's possible to create forms for SharePoint 2010 Standard (to submit to a list) without using InfoPath? My version of the product doesn't have InfoPath Services. ...
0
votes
0answers
23 views

Adding a bundle of scripts to Sharepoint webpart by defining specific folder

I have like fifty of these: <SharePoint:ScriptLink ID="ScriptJquery" runat="server" Name="/_Layouts/ApplicationManagement/Lib/jquery-1.7.1.min.js" /> Is there a way to define a folder and it ...
0
votes
0answers
73 views

Authenticate Site Minder using httpwebrequest and httpwebresponse

We are trying to authenticate the site Minder by using httpWebRequest and httpWebResponse and read the cookies. But we are unable to get the cookies string url = "https://xxxx/login.jsp"; ...
0
votes
1answer
60 views

Blog Site in Anonymous Use in SharePoint 2010

Trying to setup anonymous access to a SharePoint 2010 blog following: http://www.sharepointblues.com/2010/12/22/blog-site-in-anonymous-use/ I am not sure what I am doing wrong but the source code is ...
2
votes
2answers
114 views

Use sharepoint 2007 as database for an ASP.NET MVC 4 application

I have built an ASP.NET MVC 4 C# application that has Many to One relationships. The application currently uses SQL as data provider. The following is the data connection string I use: <add ...
0
votes
1answer
87 views

Can I develop a SharePoint 2010 Service Application using .NET 4 or 4.5?

Since SharePoint 2010 Service Applications are abstracted out, is there any way to develop Service Applications using the .NET 4.0 or 4.5?
-1
votes
1answer
431 views

What Different Between Regular Dotnet and Sharepoint

I have heard alot of computer programmer who mentioned that doing some coding in regular dotnet is different to Sharepoint because they see Sharepoint in a ERP approach feeling compare to regular .net ...
2
votes
3answers
5k views

How to debug “(500) Internal Server Error.” when calling web services?

I have an application where I am creating a SOAP request by hand and hitting a SharePoint instance. My problem is that the call returns the error: The remote server returned an error: (500) Internal ...
0
votes
0answers
206 views

Code lookup of values in External List returns no records

I am using SharePoint Foundation 2010 I am designing a bulk upload of files into a Document Library. The files will all have a Content Type applied to them with the values coming from a number of ...
0
votes
1answer
137 views

How to Integrate STSADM command within Windows Form App

I am developing a Windows Form Application which will have one option as "Export a Site" and another to "Import a Site" I want it to be done using following STSADM commands but not sure what I need to ...
0
votes
0answers
80 views

Automate publication of “Infopath Filler Forms” to SharePoint Library

I've read interesting documentation about automatic publication of Infopath Forms to SharePoint 2010. ...
0
votes
1answer
666 views

sharepoint with .Net 4.0

We had an ASP.NET site that was built on .NET 2.0. It had sharepoint integration and everything was working fine until the site got migrated to .NET 4.0. I know that sharepoint is built on 3.5 ...
1
vote
2answers
354 views

Automating changes in web.config file on load balanced server

Issue We currently have a deployment process which is partially automated and part manual. The manual part involves making manual changing to the web.config for some things. We have two load balanced ...
0
votes
2answers
371 views

send data from list to sharepoint application page

is there any way to connect a SharePoint application page to a list in the SharePoint to save data inside form (in application page) to the list in the SharePoint i need to know it i can make ...
1
vote
2answers
2k views

jquery checkbox checked and unchecked

i need to write a javascript code that make the checkbox if checked view a textbox and if not checked the text box is invisable automatically without having a button to click on it to do that ...
0
votes
0answers
135 views

Compilation failed. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information

I am trying to create a workflow in VS 2010, SharePoint 2010, Windows Server 2008 R2 environment. I added a sequential workflow to the application. When I was trying to build the application, it was ...
2
votes
3answers
358 views

.NET Chart Controls in Sharepoint 2010 Sandbox

I'm trying to use the .NET Chart Controls in my Sharepoint 2010 Sandbox solution. I have downloaded and installed the MSChart for .NET 3.5 from ...
1
vote
1answer
23 views

When debugging project XYZ a page from ABC will pop up with an exception?

Not sure how much sense that title makes, but the issue that I am running into is that when I begin debugging a project (XYZ) a page from a completely different project (ABC), that is in a different ...