Visual Studio is an integrated development environment (IDE) from Microsoft.
0
votes
0answers
16 views
Current user's manager
I want to select the current user's manager's phonenumber information.
And I want to do with the workflow on visual studio.
How can I do that?
-1
votes
1answer
23 views
Sequential workflow for retrieving list items
How can i get the list items in sequential workflow on visual studio?
Note: list is also created on visual studio in the same project.
0
votes
1answer
31 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 ...
0
votes
1answer
44 views
Can you build SharePoint 2013 solutions by simply copying the assemblies to your machine?
Let me start off by saying that I know you can't install SharePoint 2013 on a Windows 7 machine (confirmed here: http://msdn.microsoft.com/en-au/library/ee554869.aspx). However my situation is this...
...
0
votes
2answers
35 views
Using sharepoint 2010 on another server in VS?
How can I use sharepoint 2010 that is on another server in VS?
When I try to create a new project for creating visual web part, A message "Sharepoint not installed on this client" is showed.
0
votes
0answers
31 views
Object refenrece not set to instance of an object - list template items
This may be a duplicate, because this error is pretty common in every part of sharepoint. However, the search function didn't find anything for my particular problem.
To the problem:
I have a List ...
0
votes
1answer
28 views
How to organize source control for multiple projects depending on common projects in Sharepoint 2013
I am just to start a new big sp 2013 project, I am studying different ways to organize the vs structure and one of the ways I liked is to separate for example webparts in different solutions:
...
2
votes
1answer
49 views
Where to put my custom.xsl for my List View's XslLink?
I'm in the process of creating my first App for SharePoint 2013 and after following this tutorial (using Visual Studio 2012), I now wish to create a custom XSLT file and apply it to my ...
0
votes
2answers
39 views
Sharepoint 2013 App won't retract when debugging stopped
I'm trying out simple SP 2013 SharePoint hosted apps against an Office 365 2013 dev site. When I start debugging the apps install fine; when I stop debugging no retraction occurs, I'm having to ...
0
votes
1answer
24 views
Deploying BDC Model Problem
I created empty Sharepoint 2013 Project and added BDC Model into Project. It is a farm solution.
There is 2 Feature. In both of them I put BDC into Items in the Feature in Feature.feature My ...
0
votes
2answers
46 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
61 views
Problem with Adding Custom Web Part
I'm new at developing an web part with Visual Studio.
I want a weather web part. I created an empty SP 2013 Project, added Web Part item.
But when I deploy it and add the custom webpart into my site. ...
0
votes
1answer
15 views
Templated projects for autohosted or provider apps don't have TokenHelper and aren't set up correctly
When I add new project to my solution, select SharePoint 2013 App, then choose Autohosted or Provider hosted and create it, the created web project is completely empty and the projects are not set up ...
0
votes
0answers
43 views
Visual Studio 2012 Feature Deploying with two front-ends
We have a situation where we have too many developers needing to work on the same SharePoint 2013 farm. We thought the best way around this was to build out another front-end and install VS 2012 on ...
0
votes
1answer
26 views
Connecting to SP from virtual machine
I've installed SharePoint and Visual studio on a virtual machine. Now I'm trying to add a SharePoint connection in the server explorer but it says "The site does not exist or is unavailable".
I've ...
0
votes
0answers
51 views
Error: Access denied. You do not have permission to perform this action or access this resource
I did a sharepoint hosted app and tried to acces user properties.
when i deploy my solution i get the following error.
Error: Access denied. You do not have permission to perform this action or ...
0
votes
0answers
33 views
Visual Studio 2012 deploying workflow
I uploaded the wsp file of a visual studio 2012 workflow to galleries->solutions in central admin. The feature appears in manage features on central admin but does not show up in site settings on ...
0
votes
1answer
58 views
Get rid of a TimerJob/Feature which throws an exception
I created a TimerJob which is activated upon Feature activation. Because I didn't know better, I forgot to add an public default constructor and now I always get this exception: "Error occurred in ...
1
vote
0answers
56 views
Upload clickonce to sharepoint
I'm following this tutorial to upload a clickonce application to sharepoint. This is my Elements.xml:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
1
vote
1answer
226 views
Error occurred in deployment step 'Activate Features': The parent content type specified by content type identifier 0x0101 does not exist
I have created 80 content types. some of them are inherited from some other content types. I have placed all the content types in feature in such an order that parent content types are at top. But ...
2
votes
3answers
156 views
Simultaneous development environment for SP2010 and SP2013 in single OS
I have on my laptop a development environment as win7 with std IIS, SharePoint 2010 Server, SQL 2008 R2 and Visual Studio 2010. I already installed Visual Studio 2012 side by side. But what about ...
0
votes
0answers
45 views
Use the default RTE of the sharepoint ribbon with a textarea in a visual web part
I'm trying to use the default rich text editor in the sharepoint 2010 ribbon to edit a text area I have placed inside a custom visual web part (created in visual studio 2012). I have tried using :
...
0
votes
1answer
48 views
Difference between document library and document library instance
I have added a document library via VS 2012 project. I noted that document library and document library instance added. whats the difference between two? which one I should add to feature for ...
0
votes
1answer
33 views
Member Variable / public property null on postback
I have a sandboxed visual web part (created in VS2012) when I initially load my web part and its child controls I set myProperty to a value retrieved from the database. When I fill out the relevant ...
0
votes
1answer
484 views
Feature with id already exists - force option
I'm getting that old familiar error when trying to deploy my SharePoint solution via Visual Studio:
Error occurred in deployment step 'Add Solution': A feature with ID {Guid} has already been ...
0
votes
0answers
44 views
Master pages not available in Visual Studio
I made a site collection in SharePoint 2010
Then I created a new SharePoint project in Visual Studio 2012
Gave it the site URL
It asked whether I want to use sandbox solution or deploy and I chose ...
0
votes
0answers
23 views
How to add Newsfeed app to Sharepoint VS 2012 project
I am working with SP 2013 VS 2012 project. I want to add Newsfeed app to the project. How I add this ? I don't find any template for adding this in VS 2012 list of item templates?
0
votes
1answer
62 views
How would custom aspx pages with code behind be used for workflow forms
We have a situation where we developed reusable workflows, content types and InfoPath 2010 forms for a client as a proof of concept but now the client has decided they can't go ahead with the ECALs ...
0
votes
2answers
95 views
Sharepoint 2010: Saving content of a textbox back to a variable of a visual web-part
not sure if this is even possible. What I'm trying to do is create a visual web-part for SharePoint 2010 (using Visual Studio 2013) that will allow the user to add the web-part to a page then add data ...
2
votes
2answers
200 views
“Web Template” item template is not available in Visual Studio 2012 list of item templates
I am working with visual studio 2012 and want to add sharepoint 2013 "Web Template" item from VS 2012 list of sharepoint 2013 item templates. But I could not find "Web Template" item in SP 2013 item ...
0
votes
2answers
111 views
How Visual Studio checkes that SharePoint has been installed on my local PC?
I want to build wsp file for SharePoint 2013, but it is not installed on my local PC. What should I do to make this thing possible? I guess that I need to tell Visual Studio somehow that SharePoint ...
0
votes
0answers
112 views
SPO 2013 and VS 2012 deployment questions
I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
0
votes
1answer
413 views
SharePoint 2013 development from Visual Studio 2012
Do I need to install VS 2012 after SP 2012. I don't see SP 2013 Project options only SP 2010. I install VS 2012 before SP 2013.
3
votes
1answer
661 views
Upgrade a VS 2012 Sharepoint 2010 project to Sharepoint 2013
I have a SharePoint 2010 Solution that is made in VS 2012.
I wanted to try and upgrade the solution to it deploy to our new SharePoint 2013 server.
In the Package properties i have set the version to ...
0
votes
0answers
14 views
Update only the Javascript - Microsoft SharePoint Developer Tools for Visual Studio 2012 - Preview 2
I would like to know if there is a way to update just the js or css I changed instead of redeploy my whole app.
0
votes
1answer
235 views
Custom Ribbon button in Calendar event edit form SP2013
I am trying to define a ribbon button that appears in the calendar new event and/or modify event form using Visual Studio.
I am perfectly able to have a ribbon button appear in the list view and ...
0
votes
0answers
147 views
Using TFS Online 2012 with SharePoint 2013 Online
Is this supported yet? I created a TFS Project site (just a normal sharepoint site) and tried to add a subsite for a specific project- but the 'Team Foundation Server Project Portal' template does ...
0
votes
1answer
91 views
Microsoft Office Developer tools for VS 2012 - Preview 2, problem with templates
After in installed the Microsoft Office Developer tools for VS 2012 and opened one of my SP 2010 projects, the ContentType wizard no longer shows up. Also the icon for the ContentTypes in the solution ...
1
vote
2answers
324 views
VS2012: Visual Webparts Properties not showing?
I've created a Sharepoint 2010 Visual Webpart in Visual Studio 2012. The structure of the template that it generates is slightly different than in VS 2010. Previously, it would create the Webpart ...
2
votes
4answers
1k views
“The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation
I'm trying to create a blank Visual Web Part project with VS 2012 (on Windows 7) for a site on SP 2010 Foundation. When I build the project, it throws this error "The name 'InitializeControl' does not ...
1
vote
1answer
226 views
Developing for SharePoint 2013 using Visual Studio 2012 offline installer
I am behind a corporate firewall and the company I work for has VS 2012 Ultimate. I want to start developing for SharePoint 2013 using VS 2012. I found out later that the default installation does not ...
0
votes
1answer
167 views
visual basic in sharepoint 2010
I am new to SharePoint.
My head in the office told me that if you want to learn SharePoint, you have to learn ASP.Net first because we need to add webparts to the portal.
I installed visual ...
1
vote
3answers
126 views
Developing in Windows 8 without Sharepoint installed
I'm trying to install a development environment for Sharepoint (update: 2010) in a Windows 8 box without installing Sharepoint localy.
I managed to have VS (2012 by the way) creating SP projects - I ...
0
votes
1answer
368 views
Adding ascx.cs in Control Templates mapped Folder in Visual Studio 2012
We were migrating the MOSS 2007 code to Sharepoint 2013 using Visual Studio 2012. We have usercontrols with code behind. When we add the mapped folder Control Templates in Visual Studio. It allows to ...
3
votes
2answers
700 views
Error occured in deployment step Install App for SharePoint 2013
I got this error while trying to deploy an App in SharePoint 2013. The full error message is "Error occurred in deployment step 'Install App for SharePoint': Failed to install App for SharePoint"
5
votes
1answer
780 views
How to Create Apps for SharePoint 2013 in Visual Studio 2012?
I have just started to use SharePoint 2013 and I want to create a simple app with VS2012.
How can I create and deploy an apps in SharePoint 2013 step by step? Can anyone provide a quick start guide?
...
