Hye i have installed Sharepoint Foundation 2010 in my one of server farm where on the server the visual studio functionality is limited because it is shell edition. So i want to create new sharepoint application i have to used my computer with full feture Visual Studio installed but the problem when i tried to create sharepoint project in My computer visual studio’ it pop up a error saying sharepoitn server should be intalled. So my question is that we can link the ther server with client pc so that my visual studio reconbnize it?
No, otherwise when you to do a “build” it will fail saying it can’t find the SP binaries. You could get away with just copying the binaries to your dev machine, but i wouldn’t recommend it. You really need to test your changes in Dev, before going to production (or other test servers).
Once they test out, copy the WSP to the server and use Powershell to deploy and install it.Â