I'm trying to create a SharePoint project on Visual Studio 2015.
Validate gives this error:
I then updated C:\Windows\System32\drivers\etc(hosts file) with the line:
(IP Address of server) elsanet.esl.au
What to do to fix this?
I'm trying to create a SharePoint project on Visual Studio 2015.
Validate gives this error:
I then updated C:\Windows\System32\drivers\etc(hosts file) with the line:
(IP Address of server) elsanet.esl.au
What to do to fix this?
In order to develop SharePoint Solutions (as opposed to Add-ins/Apps) you have to run SharePoint on the machine running Visual Studio and the Site you you debug on must be one hosted by that SharePoint Farm.
Before you continue down this road make sure you really want to create a SharePoint Solution.