The online templates shown in visual studio are from my understanding downloaded from Visual Studio Marketplace. Is there a possibility to host my "own" marketplace where other developers in my company can access the Project Templates I publish without doing this available to people outside my company?
Related
So I'm attempting to check in from visual studios to deploy my code to an azure web app, however I cannot for the life of me find the check in option. I'm connected to the Visual Studios Online repo and can view the web app in the server explorer. Googling this has found me nothing so either this is a clearly labeled feature I'm blind to or support for the feature has been dropped from visual studios and everyone simply knows this.
You can use the build-in build step in Visual Studio Online: Azure Web App Deployement.
In your build definition click on Add Build Step
In Deploy Category you will found the step: Azure Web App Deployement
Click Add
In Visual Studio 2015, you must do a power Shell script to deploy it.
You can find more information at this address:
Web Deploy command line
Deploy with PowerShell
I have got 4 components of visual studio 2010 express
1)MS Visual Basic 2010 express
2)MS Visual C#
3)MS Visual basic
4)MS Visual Web Devoloper.
But none of them provide me Web part templates for sharepoint 2010. Which one would I need for this?
Do I need a proffessional? or even a Visual studio 12?
It looks like you need to have Visual Studio and SharePoint installed on the same machine in order to develop for SharePoint:
Chris Hopkins' Blog
I can tell you from personal experience this is true. I've always had to install Visual Studio onto a SharePoint server when I wanted to write new solutions for SharePoint.
If you are simply trying to edit a page layout or master page, or some other static type of content in SharePoint, you can use many tools to do so. I've successfully edited things with NotePad++ from my client PC. As long as you have the permission for the library where those things are kept, you can make changes.
I originally thought you meant developing SharePoint SOLUTIONS, by which I mean additional back-end functionality, site features, and the like.
I'm using TFS 2013 and Visual Studio 2012 and I'm trying to edit the process template.
On the following page it says: "You must be a member of the Project Collection Administrators group".
Even though my account is in Project Collection Administrators group I cannot download, edit nor upload process template from Visual Studio, as you can see from image below:
Any clues?
I've figured it out. For TFS 2013 in order to be able to edit and upload process template, you have to have Visual Studio 2013 installed. VS2012 isn't going to help you up with this. Here is the source and citation:
To create a team project or manage process templates on an on-premises TFS, you must connect using the same version level of Visual Studio or Team Explorer. That is, to create a team project on TFS 2013, you must connect from Team Explorer 2013.
The Troubleshooting Azure Web Sites in Visual Studio tutorial indicates that I will be able to view Website files in Visual Studio. It says that I can "expand the node for the website that you're deploying to."
In my Visual Studio 2013 Ultimate, though, there is no option to expand a website node.
How can I use Visual Studio to view the files of a Windows Azure Website?
Can you double-check that you're running version 2.3 of the Azure SDK? My visual studio shows the files as intended with the newest Azure SDK.
I have a SharePoint site on the cloud where I access it through a URL like this one;
https://exampleemeamicrosoftonlinecom-1.sharepoint.emea.microsoftonline.com
I can also edit the site with SharePoint Designer by pointing to the same URL.
I'm at the stage in the project where I want to do some specific things so I am going to use Visual Studio, but I don't know how to set up Visual Studio with a cloud based SharePoint site? When I go to add a SharePoint site I get the following error;
A SharePoint server is not installed on this computer. A SharePoint server must be installed to work with SharePoint projects.
I also tried to add the URL as a server in Visual Studio but I get the error;
Server name "https://exampleemeamicrosoftonlinecom-1.sharepoint.emea.microsoftonline.com" could not be found. Make sure the server name is correct.
I have SharePoint Designer working with the SharePoint site, why won't Visual Studio work?
Visual Studio 2010 does not support remote development.