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.
Related
I am not able to connect SharePoint Server SE to Visual Studio 2022.
So, I am getting this error when I am trying to create a new SharePoint empty project from visual studio
I have checked those steps:
Run VS as administrator 2.The user is set as sysadmin of the SQLServer, as well as db_owner of the following DBs.
a. WSS_Content
b. Sharepoint_Admin_Content
c. Sharepoint_Config
The user is owner of the SP and has full control.
The site is added to the IIS host file.
I have cleared VS cache.
This also occur when I am trying to import SharePoint Solution File. (.wsp)
I am using SharePoint Server Subscription Edition and Visual Studio 2022 Community.
Note: I checked SharePoint Server 2019 and Visual Studio 2019 and this combination works fine.
Thanks,
Please try to make sure below:
This http://testnet is accessible in browser
Did you enabled any Alternate access mapping or any entry in host file
Create New Website via SharePoint Central Admin and try again.
Deploy the same solution with different Web Applications URL.
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?
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 have problem with bad url to TFS 2010 server in Visual Studio.
First I have TFS 2010 on machine zeus... TFS url was zeus:8080\tfs
Then changed location, now is TFS on machine hades...TFS url is now hades:8080\tfs
In visual studio I changed source control to hades:8080\tfs.
Then I created Team project in Team collection.
When I am trying add some solution to source control Visual Studio still use old TFS url (zeus:8080\tfs).
I don't know how can I change it. I search in Visual Studio some settings when I can configure TFS url.
But actually I am connected with good TFS url. I can add Team project to TFS collection but when I am trying add solution Visual Studio use old URL.
Any advice.
Did you try to clear your cache?
Did you follow the steps in the MSDN article: Move Team Foundation Server from One Hardware Configuration to Another?
I have a custom SharePoint ASP.NET Web Service project.
I've setup it to debug as described in http://www.sharepoint-tips.com/2007/08/web-services-on-sharepoint-making-f5.html
it used to work as long as I was working with Visual Studio 2005.
but now I want to setup Visual Studio 2010 environment,
and I'm stuck trying to set 'Use Local IIS Web server' setting in VS, the error says: "The local IIS URL ... specified for web project ... has not been configured."
Tried in both: Windows2003 with MOSS 2007 and Windows 2008 with SharePoint server 2010. All the same.
What I'm missing? thanks in advance.
For Visual Studio 2010 and SharePoint 2010, F5 should work right out of the box. There's no need for any special tricks. Have a try without that outdated blog posting.