Visual Studio is an integrated development environment (IDE) from Microsoft.
2
votes
0answers
45 views
Importing a list from one visual studio project to another
I have sp project (say project a) in visual studio that is supposed to deploy the sp solution to my website (say that its running at http://localhost:xxxx/).
My goal would be to add the list ...
2
votes
0answers
345 views
Timeout while deploying VS2010 solution to SP2010
When deploy a solution (no sandbox solution) with many projects, I always get the following error:
Error occurred in deployment step 'Recycle IIS Application Pool': The
open operation did not ...
1
vote
0answers
11 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 ...
1
vote
0answers
19 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
0answers
18 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
0answers
57 views
Custom List deployed using Visual Studio 2010 unavailable under All Lists -Closed
I tried creating a custom list by the method mentioned in this tutorial by Saurabh Khatri.
I deployed the list to another site. After deployment the instance of the list was visible in the Quick ...
1
vote
0answers
39 views
Send Log/Debug Messages to SharePoint from a clientside ActiveX Component
I am still developing an 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 SP LOGS Folder. So far Google was not ...
1
vote
0answers
48 views
Nested UserControls in Sharepoint 2010
I have a webpart A and have two user controls UCA and UCB
When I try to use UCB in UCA and use UCA in WPA, I get this in my InnerException
The referenced file '/ControlTemplates/xxx/UCB.ascx' is not ...
1
vote
0answers
26 views
Getting suggestion for people on typing in textbox
I want to build a technique in which if users start typing some name into textbox, then they should be able to get suggestion for matching people's name as drop down list. The names are assumed to be ...
1
vote
0answers
377 views
Missing my custom content type in UI List instance
In visual studio I defined some content types. In addition I added each content type to a list definition and created a list instance from each list definition.
When I install my solution in ...
1
vote
0answers
125 views
Can't get Custom BCS Connector with filters to work
I am trying to create a BCS connector in Visual Studio that connects to a WCF service.
I first used an parameterless GetAccounts method as the source for the ReadList method, and the wanted to add ...
1
vote
0answers
298 views
How do I create a lookup field for a hyperlink field and display the URL?
Ok, so there are a zillion posts related to and circling around this question, but that do not actually answer it to my satisfaction.
I have a regular, out of the box, list of type "Links". I have ...
1
vote
0answers
100 views
Visual Studio intellisense over WebDav (DAVWWW) does not work. Failed to Start Monitoring
The page lives in a library inside SharePoint 2007 and has inline c#.. no master page or sharepoint references. I can open, edit and save the page via the URL. But getting warnings and no ...
1
vote
0answers
294 views
Restart an errored workflow programmatically
I am trying to figure out the best way to restart an errored out workflow.
A little background:
We get seemingly random error-outs (error and stack below) in a visual studio created workflow when ...
1
vote
0answers
122 views
Use Secure Store Credentials to connect to database with Windows Authentication in Visual Studio solution?
Background: I have an external content type that has been developed in a Visual Studio 2010 solution. This content type is based mostly off elements in a database that are accessed via stored ...
1
vote
0answers
287 views
Manually Workflow printing items from list
I have a problem with list item and printing them. I must create workflow or jscript printing this item using template. Steps that I need to do:
Select item/items on list
Run workflow or jscript ...
1
vote
0answers
121 views
using calculated field in calculated field
I have field1, field2, field3, calcfield1, calcfield2, complexCalcField1
Calcfield1, Calcfield2 uses field1, field2 and field3 for its values.
ComplexCalcField1 uses Calcfield1 and Calcfield2 for its ...
1
vote
0answers
113 views
Techniques for load testing and baselining performance on a SharePoint site?
So far I have considered upgrading to Visual Studio 2010 Ultimate in order to get access to the testing tools. I also looked at the Visual Studio Load Test Virtual User Pack 2010, but I'm not sure if ...
1
vote
0answers
594 views
Fully delete a user from the User Information List (WSS 3.0)
I am having the same issue as this poster on MSDN, but the solution given did not work:
http://bit.ly/Akz5RD
This is also a follow-up from an earlier question of mine:
http://bit.ly/wfjd13
NOTE: ...
1
vote
0answers
426 views
Creating Custom List Definitions that Use InfoPath Forms - Deploy everything using Visual Studio 2010
I'm trying to create a list instance from a list definition, all from a VS2010 solution and want to have custom InfoPath forms for the list instance.
This article keeps popping around in my searches: ...
1
vote
0answers
91 views
Create workflow that contains the state machine action
I'm using SharePoint designer 2010 in order to use the SharePoint workflow.
I need to implement a "State Machine" action.
so I assisted with:
the Visual Studio program (I Create a project that use ...
1
vote
0answers
381 views
How should I go about modifying the Discussion Board?
So our client wants a Discussion Board, but wants to change the functionality and look 'n' feel significantly.
We want to be able to deploy changes via a VS 2010 solution (farm) and a deployable wsp.
...
1
vote
0answers
303 views
Why is this Visual Studio workflow sending blank task notifications?
We have developed a custom workflow using Visual Studio 2010 in which we are using the CreateTask Activity. For some reason, the first time a task is assigned to a user, the user will receive a ...
1
vote
0answers
78 views
Visual Studio 2010 Workflow creation failure
I'm adding na new item do my sharepoint project. It is a sequential workflow, wizard appears and after a screen where he asks about type of workflow List Workflow / Site Workflow it disappears, no ...
0
votes
0answers
7 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. ...
0
votes
0answers
20 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 ...
0
votes
0answers
34 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" ...
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: ...
0
votes
0answers
41 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 ...
0
votes
0answers
50 views
Can we deploy a workflow created as a farm solution?
Can we deploy a workflow created as a farm solution on a remote server and associate it with a particular document library within the site?
0
votes
0answers
76 views
Not all changes apply after re-deploying solution (custom workflow action for SharePoint Designer)
currently I'm creating a custom workflow action for SharePoint Designer 2010. After the first deploy succeeded everything looked fine. But after that I changed several things and re-deployed the ...
0
votes
0answers
37 views
user informations on list sharepoint 2013
I want to get the user informations such ad user name, department manager etc.
I created a content type and add this content type to the list on vs2012 .
How can I get these values and set rules ...
0
votes
0answers
29 views
How to make a connection with SharePoint's simpleformwebpart?
I am using SharePoint 2010. I primarily work out of SharePoint 2010 Designer, and have some experience with visual studio 2010.
I currently have a log-in page that my "Form" members go to, to log ...
0
votes
0answers
27 views
InfoPath workflow Check-In Check-out errors unless I step through in Visual Studio
If I step through the below in Visual Studio, the workflow completes fine; however, if I allow it to run naturally, it errors out. Any idea where I need to slow it down or how I would go about ...
0
votes
0answers
75 views
SPUtility.GetLocalizedString not working in feature receiver when deployed from Visual Studio
I use SPUtility.GetLocalizedString in FeatureActivated method of a feature receiver to add a label to a custom action on a specific list instance.
When activating feature from SharePoint or ...
0
votes
0answers
5 views
I have got a program which I was wrie. How Could I do 5 instation of it in Visual Studio
I have got a Program, which I was write. How could i do diferent 5 or more Instation by Visual Studio. Hov Copy Event Receiver and difrent list. I want in production Server have got a very fast ...
0
votes
0answers
23 views
Visual WebPart not showing in FeatureList
I have created a Visual Web Part in VS2010 with SPmetal-generated Entities and a repository.
This is the code in the Page_Load()
var _repository = new ITStatistikenVWP.TicketsystemRepository();
...
0
votes
0answers
36 views
Hosting custom web services as a virtual directory under a SharePoint web site
I am developing custom web services that will be used in conjunction with a SharePoint site (WSS 3.0). No, before you ask, I am NOT talking about the built-in web services under the _vti_bin directory ...
0
votes
0answers
49 views
Assign users to a task without form
I have associated a workflow to a list.
When there is a new item, the workflow will be fire and it will assign a task to a user in order to edit the new item.
At first the edit is made through a ...
0
votes
0answers
44 views
Sharepoint 2007 event receiver - debug on development environment locks production
Sorry for the strange title, but I'm having a hard time finding a good description of the problem, so here it goes.
I've created an event receiver in my projekt and it works fine on my development ...
0
votes
0answers
4 views
Is it possible to place a Visual Studio 2010 web application to SharePoint 2007 using SharePoint Designer 2007
Suppose a developer have a web application project that he have develop and compiled in Visual Studio 2010.
Is it possible for the developer to place the web application project, after build and ...
0
votes
0answers
77 views
Deployed solution using stsadm commands..But it is not working
I have a differnt issue, that i was deployed the solution using stsadm commands. feature is showing site collection solutions and it is activated. But the functionality for the solution is not ...
0
votes
0answers
71 views
SharePoint 2010 Workflow with a set of documents
I'm creating a workflow that starts with a user filling a form. The form contains a number of fields like first name, last name, a choice field with say choices A, B and C.
Depending on the choice, ...
0
votes
0answers
60 views
GuidAssoc is empty when deploying Workflow with stsadm instead of VS 2010
Using the excellent instructions by Ingo Karstein I have built a workflow with an association form using VS 2010.
When I install the workflow using the 'Deploy' menu option in VS 2010 everything ...
0
votes
0answers
249 views
How Sharepoint pages life cycle works?
I built a HttpModule for sharepoint. But when I begin to debug the page request, I notice that the debugging has an strange cycle:
1 - context_PreRequestHandlerExecute()
2- page_PreInit()
3 - ...
0
votes
0answers
33 views
Import SharePoint 2010 Workflow in to Visual Studio: How to see the code behind?
I have imported a Workflow (SharePoint 2010) into VS2010. I found the activities are all locked (with a yellow padlock on the top left corner). How do I unlock them or how do I view the code behind?
...
0
votes
0answers
20 views
What would cause a Work Flow to Disappear from the Item's Available Work Flows Page?
I'm developing a workflow that clones an existing item into a new library and then deletes the current item. Everything seems to work fine for a few test runs until at some point I click on the item, ...
0
votes
0answers
56 views
How can Solve problems while debugging sharepoint web application?
Everytime I try to run my sharepoint application in debug mode, I get the error bellow:
0
votes
0answers
53 views
State workflow not continuing on task complete
I have a state workflow which has two-way integration with a custom application. The first task is based in SharePoint, and the user can approve, request more info, or send for correction. If the user ...

