Visual Studio is an integrated development environment (IDE) from Microsoft.
1
vote
1answer
58 views
“HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\SharePointTools” Entry Does Not Show Up in Registry
I am trying to make changes to the registry entry at
"HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\SharePointTools"
But the SharePointTools does not show up in my registry. I do have ...
1
vote
1answer
412 views
send email from workflow based on loopkup column
I have a workflow in visual studio and I need to send an email to a domain user whose name is entered into a sharepoint Person or Group lookup. The value will not be in a sharepoint group, it is from ...
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
2answers
155 views
Create a Ribbon for one list only and change it depending on a value
So, I created a custom list named "Events" and one named "attendees" for an event-management-solution (lets call it attendee training) in a site-collection at my SP2010 Server.
My Problem: I want to ...
1
vote
1answer
34 views
Move discussion list to another discussion list
How to move a discussion list with all its messages to another discussion list maintaining the proper tree structure of the messages(replies)??
1
vote
1answer
684 views
InfoPath 2010, Sharepoint Liist Form and Custom code
I'm editing SharePoint 2010 list's Form in InfoPath 2010.
Heard I can edit/add custom code via Visual Studio. Checked all buttons on ribbon but cannot find anything referencing to 'custom code' or ...
2
votes
1answer
154 views
Visual Web Part vs Visual Web Part (Sandboxed)
While I was creating a visual web part in Visual Studio 2010, I also saw an option to create Visual Web Part (Sandboxed) under Visual Studio Template Gallery.
I need to know how does a Sandboxed ...
1
vote
3answers
4k views
How to add .aspx page in sharepoint 2010 project with visual studio 2012?
I went through following links:
http://www.codeproject.com/Tips/312544/How-To-Add-Custom-ASP-NET-Page-Using-Layouts-Folde
...
0
votes
3answers
105 views
Is it better to create your application in sharepoint designer or visual studio?
I have been asked to create a sandboxed sharepoint application/site, multiple developers will be working on this. All the team members are .Net developers. Which is the ...
1
vote
3answers
96 views
How can I debug sharepoint app attaching to IIS?
I built a HTTP Module, insert the DLL into the GAC, changed the webConfig
Now , if on visual studio , I Attach to process W3WP , Open the web page where the module must work, I notice that ...
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
1answer
166 views
Visual Studio 2010 Workflow Error
I have created a simple workflow in VS 2010. What it does is creating a task for a person, when the person changes the task status to "Complete", it logs a message to workflow history.
When I change ...
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
3answers
687 views
ListItem Update from Client Object Model Not Triggering OnWorkflowItemChanged Activity
I am experiencing difficulty creating a file in a document library using the client object model. My custom Visual Studio 2010 workflow is not detecting the updates I am making to the file's list item ...
0
votes
1answer
211 views
How to resgister a global.asax into a sharepoint Site?
I'm trying add a .asax file into a sharepoint site.
I've been following this tutorial: http://spboom.com/sharepoint-development/using-global-asax-with-sharepoint/
It's quite simple but I' m new on ...
0
votes
1answer
254 views
SharePoint workflow canceled on start only when automatic
I'm having a strange issue with a Visual Studio Sequential workflow. We're uploading files to SharePoint Document Library via Client Object Model using File.SaveBinaryDirect.
Error in log is as ...
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
2answers
104 views
Are ID of default fields same for SharePoint installed on different machines?
Are ID of default fields (or SharePoint components) in 14 hive same for SharePoint installed on different machines ?
0
votes
1answer
128 views
Adding style sheet to feature
I have created a feature in sharepoint 2010. The feature has a visual web part (sandboxed), the web part has controls etc.
I have added some styles to the web part. How do i upload the stylesheet ...
1
vote
3answers
2k views
Getting error “Attempted to use an object that has ceased to exist.” when adding web part
I have created a web part in visual studio, it deploys fine, but when I try to add it to a page I get the following error:
Attempted to use an object that has ceased to exist. (Exception from
...
0
votes
1answer
2k views
Create Custom Workflow Action using Visual Studio
I want created a custom workflow action with Visual Studio.
I use this link and created a new custom workflow . When i deploy solution , i don't find custom action in Custom action list in SPD.
How ...
1
vote
1answer
35 views
Creating tasks simultaneously, freeze.
I am working with two workflows, both of them have been done in C# by using Visual Studio within SharePoint 2007 , the first one is activated when a document has been updated and copies the file into ...
0
votes
1answer
118 views
disable auto retract option in visual studio 2010 by default
Everytime I create a new sharepoint project, I forget to uncheck the auto retract option on the project properties. I would like to turn the auto retract option off by default, but I can't find a ...
1
vote
1answer
462 views
Installing VS 2012 Tools for Office 2013 - Workflow Client 1.0 Beta.problem
Installing my development environment, I have:
Virtual Machine with Windows Server 2012
SharePoint Server 2013
Visual Studio 2012
I need Visual Studio Tools for Office 2013. Using Platform ...
0
votes
2answers
221 views
Email with multiple attachments triggered by a button
I want to create a button that would trigger to send an email with all the documents in a certain document library.
I tried creating this on workflows but unfortunately I can't seem to add multiple ...
0
votes
1answer
66 views
Is it bad practice to copy and paste pages in sharepoint?
I am a new sharepoint developer. I am creating a web template from scratch in visual studio.
I am finding it time consuming when creating/editing pages in visual studio e.g. adding web parts to ...
1
vote
2answers
1k views
Where is the SharePoint 2013 SDK?
I want to try out SharePoint 2013 with Visual Studio 2012.
I'm trying to locate the SharePoint 2013 SDK. Google points me to older posts about Beta SDK releases.
Visual Studio 2012 only has ...
0
votes
1answer
60 views
Is it better to create a web template from scratch or import it?
I was wondering what most people do when setting up web templates.
Do they create/customize it in sharepoint and then export the template and open it up in visual studio. Or do they create a ...
0
votes
1answer
102 views
How to create a Web Template programmatically
I want to create a Web Template programmatically in Sharepoint 2010.
I have read Vesa "vesku" Juvonen blog where he creates a web template using the elements.xml file and onet.xml file, but i want to ...
0
votes
3answers
732 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?
1
vote
2answers
529 views
How to programmatically create editable wiki pages within the Pages library of an Enterprise Wiki site
I'm new to SharePoint. I'm trying to programmatically create a wiki page within the Pages library of an Enterprise Wiki site in SharePoint 2010. Here is my code:
using (SPSite site = new ...
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 ...
0
votes
3answers
69 views
How to build a complex feature to collect and store user options that drive a delegate control
A long title but hopefully will be enough! Basically, I want to create a feture in Visual Studio that will do the following:
When activated, places an option/link in the site collection options in ...
1
vote
1answer
43 views
Feature setup. Best approach
I am creating a custom sharepoint feature (2010) it will have the following:
-5 custom lists
-3 workflows
-Adding some fields to existing lists
All this can be done in sharepoint designer, ...
0
votes
0answers
31 views
How to create List/Workflow/Tasks in one environment to promote to higher one?
I would like to create a new List in SPD and then from there create a Workflow and Task/History lists.
I then want to be able to "package" everything up somehow so I can promote it up to the next ...
1
vote
2answers
618 views
SharePoint 2013 Site Definition Template Missing
I am using Visual Studio 2012 Ultimate RC, and I did install the Sharepoint 2013 tools.
But cant find the site definition templates. Any thoughts??
0
votes
1answer
54 views
Can't reference Microsoft.VisualStudio.SharePoint
I installed the Visual Studio 2010 SDK on my development machine and a tutorial I am following asks me to reference Microsoft.VisualStudio.SharePoint. It is supposed to be under the .NET tab ...
0
votes
1answer
357 views
unable to update the list item in nested if-else condition in Visual Studio State Machine Workflow
I am working on State Machine Workflow using Visual Studio 2010 Workflow.
I want to update the list item on item changed. But unable to update the item. I am updating the item in nested If-Else ...
1
vote
2answers
1k views
Lists with lookup columns aren't saving - read only?
I've got several list which have lookup fields, and I can't add new items to any of them. Every time I've clicked save, I get this error:
"Invalid data has been used to update the list item. The ...
0
votes
1answer
1k views
Failed to load receiver assembly when activate feature
I have a problem when activating a Site scoped feature. Every time I try to activate the solution with STSADM or Powershell I get this error:
C:\Program Files\Common Files\Microsoft Shared\Web Server ...
0
votes
2answers
209 views
Deploy folder/files to Web Application Root
How to deploy folder to a SharePoint 2010 Web Application Root folder (inside inetpub\wwwroot\wss\VirtualDirectories\80) in the solution package(wsp)?
Which kind of item I should use in the visual ...
0
votes
2answers
596 views
Cannot edit form in InfoPath when list was created in Visual Studio
I am using SharePoint 2010 Enterprise, InfoPath Designer 2010 and Visual Studio 2012.
When I create a list using the SharePoint UI, I can use the "Customize Form" button on the "Customize List" ...
4
votes
1answer
1k views
Where is Package menu item in Visual Studio 2012
I'm using visual studio 2012 for developing SharePoint 2010 solutions, back in vs2010 there was a menu item names "Package" so I can get the package without deploying it and I noticed it's disappeared ...
2
votes
1answer
120 views
Using solutions and features in creation/branding of SharePoint websites
I am new to SharePoint website creation and branding and I need your advice.
For my first SharePoint site I have done the following:
1- Created/edited a master page.
2- Added CSS and JavaScript ...
2
votes
3answers
2k views
Deploying EventReceiver project with target of WebApplication from VS fails when activating features
I am trying to deploy an event receivers project with a deployment target of WebApplication as part of my web parts package (also has a target of WebApplication) through Visual Studio and encountering ...
1
vote
0answers
378 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
3answers
120 views
how to detect where a memory leak is in my application
I have a webpart that loops through web apps, sites, and webs. I using the DoesUserHavePermissions() to check whether or not the user has access to the site. I'm getting an error on this line. I've ...
0
votes
1answer
159 views
Custom Ribbon Button Not Appearing in Contacts List
Ive done some dev work with sharepoint last year but nothing like what im building today so Im not very experienced with it. I am trying to add a custom button to the ribbon in a list modeled on the ...
0
votes
2answers
136 views
Results.aspx Page Layout Broken
I have deployed a custom branding project as a Feature, to a SharePoint 2010 Publishing site (Intranet) - just some stylistic tweaks and a custom master page. When I perform a search and land on the ...

