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 ...
0
votes
1answer
51 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
0answers
33 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 ...
2
votes
1answer
51 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
1answer
28 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
1answer
18 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
46 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 ...
2
votes
3answers
163 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 ...
2
votes
2answers
212 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
114 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
1answer
431 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
713 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
1answer
246 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 ...
3
votes
2answers
736 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
807 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? ...