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

learn more… | top users | synonyms (1)

1
vote
1answer
663 views

Missing prerequisites in Visual Studio 2012 for Sharepoint 2013 app development

I posted something similar on stackoverflow yesterday, but didn’t notice there was a SharePoint site in stack exchange until today. So apologies if you have already read this. I am following the ...
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 ...
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, ...
1
vote
1answer
128 views

Can not find web.Config of Empty SharePoint Project to Create an authorized type entry

I'm trying to write a custom workflow action and after searching I find this article and some other that referred to it. I follow the instructions step by step, but at the last step, author said: ...
2
votes
2answers
228 views

SharePoint 2010 - Visual Studio Project Structure

What are your project structures for sharepoint projects. For example my simple structure is: Think of a project named MyPortal MyPortal.sln --MyPortal.Branding (Custom master pages, page layouts, ...
0
votes
3answers
482 views

How can I access Controls in VisualWebPart1.cs from UserControl.ascx

I make a Webpart and want to use the controls from the VisualWebpart1UserControl.ascx in the VisualWebpart1.cs. Is this possible? I wrote following code in the VisualWebpart1.cs: ...
2
votes
1answer
77 views

Feature with List and registration form

I am new to SharePoint and want to discuss an issue I want to create a feature that will create custom application page (registration form) and a custom list to store registration form's data. I can ...
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 ...
2
votes
1answer
163 views

ContentTypes and Site Columns via Visual Studio / CAML Query Updates broken

I've been using CAML queries to do list updates for quite some time, but recently they've stopped working, and I have no idea why. Even an extremely simple query seems to be failing. For example the ...
1
vote
1answer
413 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
160 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
691 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
156 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 ...
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 ...
0
votes
0answers
251 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 - ...
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
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? ...
1
vote
3answers
97 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
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
1answer
26 views

Is it posible to create a EventReceiver for opening a site?

I want to start an EventReceiver when a site or a list opens. How can I do this? Is this possible?
2
votes
2answers
2k views

Difference between WebPart & Visual Web Part

I'm not sure how Visual Web Part is different from the actual Web Part in SharePoint 2010. Thanks!
0
votes
1answer
219 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
256 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:
1
vote
1answer
53 views

Embedding images files in sandboxed webpart

Fairly new to SharePoint development but have been asked to into developing some simple web part features for a solution we're working on. I need to add some basic image/logo files into the .wsp for ...
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
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
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 ...
0
votes
2answers
106 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
3answers
696 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 ...
1
vote
1answer
463 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 ...
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
67 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 ...
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 ...
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
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 ...
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
532 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
1answer
58 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 ...
1
vote
2answers
621 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
3answers
70 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 ...
0
votes
2answers
210 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 ...
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 ...
1
vote
0answers
380 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 ...
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 ...

1 2 3 4 5 13