Visual Studio is an integrated development environment (IDE) from Microsoft.

learn more… | top users | synonyms (1)

0
votes
1answer
715 views

System.ServiceModel.Channels.ServiceChannel in faulted state

When I try to deploy my SharePoint masterpage using Visual Studio I get the following error: “The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for ...
0
votes
3answers
741 views

How to avoid WSP deployment globally using Visual Studio 2010?

How can we avoid the Globally Deployment of a WSP using Visual Studio 2010?
0
votes
2answers
46 views

Rename “Title” column on multiple lists

I have 3 or 4 lists where the title column is not required. Hence I started renaming the Title field to any other text field that I have in the list per the below blog. ...
0
votes
1answer
301 views

How to customize the output of User profile records using Visual Studio with the help of XSL

I have configured User Profile Synchronization Service on my Portal and I want to develop a custom Visual WebPart "Employee Directory" to display criteria based results fetched from User Profiles as ...
2
votes
2answers
1k views

How to copy a Managed Metadata Column from one list to another?

I have two lists that are using the same Managed Metadata column. I am attempting to copy this column when I create a new entry in one of the lists. My code looks like this: SPListItem li = ...
2
votes
2answers
637 views

DropDownList to display External Content Type?

I am creating a visual web part in Visual Studio 2010 for SharePoint 2010 Server. I would like to use a DropDownList that shows data from an external content type (that is tied to a SQL Database ...
1
vote
0answers
16 views

Workflow consumes WCF Service: Exception is invalid or unrecognized

I have got issue. It's an update from a question that I have asked a week ago: I have a State Machine Workflow that is deployed in my local SP machine. It is attached to a list, and will consume a ...
0
votes
1answer
386 views

Help with Blog EventReceiver, not firing

Ok so I have a blog site and I need to change the name of the author of each post to 'Anonymous' after he saves the post. I created an EventReceiver project in Visual Studio and gave the URL ...
0
votes
0answers
8 views

history and tasklist are missing when creating a sharepoint workflow in visual studio

I recently ran into a problem which seems to be a bit annoying, or maybe I understood it false. Well, if you create a new project and add a new sharepoint workflow you have to insert some data i.e. ...
1
vote
0answers
28 views

Getting a “Content types that are available to this Document Set have been added or removed”

I am creating document sets through workflows. Edit: I just tested and I'm getting this message for manually created documents sets as well. Every new document set is showing the message: Content ...
1
vote
2answers
428 views

Custom XSLT for taxonomy field in xsltlistviewwepbart for SharePoint 2010

I'm trying to modify the out-of-the-box rendering of the xslt list view webpart to collapse the terms, and show (..more) if there are more than 1 term in the field. I already did this for an "Authors" ...
0
votes
1answer
33 views

Visual studio 2012 cannot find SharePoint Server 2013

I have installed SharePoint server 2013 on my dev machine and it is working fine when I login as an administrator. and after that I installed Visual studio 2012 professional on the same machine. But ...
1
vote
1answer
313 views

How to create List Definition based on Wiki Page Library in Visual Studio 2010

While creating Wiki Page Library from the browser (Site Actions->More Options->Wiki Page Library) is easy, doing it form Visual Studio not so much. When I create new ListDefinition in VS2010 I use ...
0
votes
1answer
316 views

Error occurred in deployment step 'Activate Features': Invalid field name

SharePoint Error message Error occurred in deployment step 'Activate Features': Invalid field name.{guid}
0
votes
1answer
521 views

listdata.svc does not respond in VS

I am trying to add list.svc to a project in VS 2010. Even though, the path http://server/site/_vti_bin/listdata.svc is accessible through internet browsers, when I attempt to add service to my ...
0
votes
1answer
309 views

Why the files which are added as link in project are not deployed on SharePoint 2010

I have two projects in my VS solution, a project named "B" is a SharePoint 2010 project which has a mapped SharePoint "Layouts\js" folder and some other project "A". In project "B" I put various ...
0
votes
1answer
132 views

troubleshoot a timeout happening while deploying via VS

Hi I am getting timeout error while trying to deploy my sp solution via visual studio 2010. It happens when my a particular feature is trying to activated. The generic error message I get goes ...
0
votes
1answer
425 views

Can I resolve 'Could not find schema information for the …' messages in VS for .template files?

I'm working on modifying a ProductDetails.template file using Visual Studio 2010, which ties into Commerce Server, I believe. When I load this file I get Messages (as opposed to Warnings or Errors) ...
0
votes
0answers
22 views

code of approval workflow in c#

I have a task to make approval workflow between three lists . When i add item to first list ,workflow should check second list and and assign tasks to specific people that on active directory(and they ...
0
votes
0answers
14 views

OnWorkflowItemChanged fire multiple times

I have been using a State Machine workflow (SharePoint 2010). Workflow design Main State: The Main State does not update the item. The Main State contains a OnWorkflowItemChanged. When the item ...
1
vote
1answer
22 views

Can not open the package designer in visual studio 2010

I can not open the package designer in a SharePoint project. When I double-click Package or when I right-click Package and then select "View designer" then the XML file Package.package is displayed. ...
1
vote
1answer
28 views

Switch view of a custom list

How can we switch views of the list which is created on visual studio? SharePoint designer solution or code solution?
1
vote
1answer
373 views

How to make sharepoint 2010 web part page 508 compliance

I have a requirement to make the SharePoint 2010 list form and web part page section 508 compliance. Could you please suggest to me a guide from MSDN or help me on how to do this?
3
votes
1answer
49 views

Deploying a custom health rule fails on Add Solution

I've created a custom health rule for checking which mode solutions were built in (following this guide) but am having trouble deploying it. When deploying from VS2010, I get Error occurred in ...
0
votes
1answer
1k views

Implement custom sharepoint workflow with aspx page instead of infopath

I am creating state machine workflow in visual studio 2010 and info path form (for approval etc.) is associated with the generated task. But i need to associate aspx form instead of infopath with the ...
0
votes
2answers
24 views

The assembly is created after its built or deployment?

I was wondering when do the runtime create the assembly of my sharepoint project, is it after building it or after it deployment ??
0
votes
1answer
18 views

Web.config was wiped out by Visual Studio

Upon trying to edit our web.config file on our SharePoint 2010 Enterprise server via "wss\VirtualDirectories\80", Visual Studio started up to load the file for editing and then threw an error, ...
0
votes
2answers
20 views

How to embed image in SharePoint Workflow Association Form?

I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp). ...
0
votes
0answers
35 views

I can not see Custom Ribbion that created from following code

I have created custom action to view on webpart page but i can not see it. <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <CustomAction Id="MyRibbonCustomization" ...
2
votes
1answer
484 views

How to create a lookup field that has a list column picker

How would I be able to create a list field in VS that would be a lookup to select columns from any list? I would preferably like to have something like the PickerTreeView.aspx, but instead of ...
1
vote
1answer
57 views

Lists included in an App for SharePoint 2013

I've seen that when I create an Autohosted App for SharePoint 2013 (or any other type of Apps), I'm then able to add a new item to the SharePoint Project such as a List. I can then add/edit/delete ...
0
votes
0answers
33 views

Filtering #Tags in Sharepoint 2013

I have created a Team Site in Sharepoint 2013 which has more than 20 Pages I have embedded NewsFeed With Every Page but My requirement is to have conversation at each Page with different Thread eg: ...
1
vote
3answers
292 views

How to display a database table in a page, based on the current Site Collection Subsite

being new to the Sharepoint scene, I was wondering what the best approach was in this situation. I have a few customers, who all login into the Main Home site, and then get a link to their resp. ...
0
votes
2answers
557 views

Upload photo to a custom list using visual webpart in sharepoint 2010

I have a list, ListPersonalDetails, for storing personal details of students. It has fields like firstName, lastname, address etc. It also contains a field to store the photo which is of type image. I ...
1
vote
1answer
173 views

Programmatically altering approval workflow task in separate workflow

Here is my code to programmatically alter the task at hand, the only problem is that the code doesn't alter the "Outcome" of the approval task. The Outcome field is blank. "Task Status" is Complete, ...
1
vote
2answers
47 views

Lookup field two projects

I've got two Sandbox Solution projects in visual studio that I want to use in SharePoint online. The first project has a list and a lookupfield. The other project has an other list and I want to use ...
0
votes
1answer
13 views

SharePointDesigner2010 Add-In

Is there any SharePointDesigner2010 add-in to use SPD more effectively? Also, can I use Visual Studio like SharePointDesigner to edit pages and list views? Is there any VS add-in for this or not?
1
vote
0answers
19 views

CopyItemActivity how to configure

I want to copy an item using a workflow in VS. So i've used the copyitemactivity. In the properties what do i put in the ListItem? I want to reference the current item the workflow is operating on. ...
1
vote
1answer
393 views

Can I add Media Web Part to Application Page?

I am trying to implement a video library page in Sharepoint. What I have is a Video Library where each of subfolder will represent a playlist. I want to create an Application Page which will have a ...
0
votes
2answers
34 views

I want to execute workflow when new item is inserted

private void codeActivity1_ExecuteCode(object sender, EventArgs e) { SPSite objsite = SPContext.Current.Site; using (SPWeb objWeb = SPContext.Current.Web) { ...
0
votes
0answers
49 views

Failed to connect to an IPC Port: Access is denied. How to resolve?

When attempting to upgrade a sharepoint 2007 solution I am getting the following error: Timer job successfully created. E:\wsps>stsadm -o execadmsvcjobs Executing .Executing ...
-1
votes
1answer
49 views

Yammer Integration with Sharepoint 2013 [closed]

How can I Integrate Yammer With Sharepoint 2013 ??
0
votes
2answers
52 views

What version of Visual Studio 2012 needed for SP Dev

I have been researching the different versions of VS2012 for use in developing in a SP2010 (Foundation) and possibly SP2013 environment. I asked two separate MS employees about which version of VS I ...
0
votes
1answer
35 views

Development with SQL Data Source in Visual Studio

There is a sql database. I want to get datas and display them as a list. And I want to filter the datas too. But I can't find any basic tutorial to do it. I don't know where to begin. Where should I ...
0
votes
1answer
28 views

Problem with join two lists by linq

I wanna join two list and fill drop down list by specific column but i have error in join query note:c.user_id is lookup field my code lst.DataSource = (from c in dc.Complainant ...
2
votes
1answer
69 views

Customize Form (new wiki page)

Firstly, I would like to create a section for news in SharePoint, for this I use a wiki library, so far, it's good. Everything works fine, but I'd like to change is some point for my needs. when a ...
1
vote
1answer
838 views

create custom sharepoint new form in visual studio

I am creating a custom list inside a feature receiver. I would like to create a custom New Form for my list. So, the list is not created via List definition. Can anyone guide me how to create the ...
0
votes
1answer
50 views

Deploying Sequential Workflow on Another Server

I have created a sequential workflow using VS2010 which is a part of my Dashboard Solution. Now I want to deploy that Dashboard Solution to another Server. What I have done is, disabled the Workflow ...
0
votes
1answer
1k views

can't deploy from VS2010 to Sharepoint 2010

I have run VS 2010 as an administrator The user, which is running VS2010, have db_owner rights to the config, content, and central admin DBs of SP2010. In my hostfile i have 127.0.0.1 ...
0
votes
1answer
97 views

Deploying Workflow wsp as sandbox Solution?

I Am Relatively new in sharepoint. I have created a small workflow using Visual Studio as a Farm Solution. It works fine for my Server but whem I am trying to deploy it on remote server its disabling ...

1 2 3 4 5 13