Posts Tagged ‘SharePoint’
If you have been putting off SharePoint development until 2010 in the hopes that such development will get streamlined, I have both good and bad news for you. The good news is that development on the SharePoint Server 2010 has improved significantly with strong Visual Studio 2010 support, application life-cycle management support, SharePoint LINQ, sandboxed deployment, MSBuild support, etc. The bad news is it is time to get off the sidelines and dive into learning this new platform. In this column we introduce what makes SharePoint 2010 development so much better than before and why it is time to get [...]
read more
While attempting to deploy some SharePoint code via MSBuild, I ran in to the following problem.
I have a msbuild.proj that executes several stsadm commands. These work perfectly when executed from the command-line. However, once they are called from TeamBuild, I get “Access Denied” on the stsadm execution.
The TFS Service account is a member of the Administrators group on the build server. I can login to the build server as the TFS Service account and execute the command-line successfully. This problem only exists when the commands are spawned from TeamBuild.
I have also tried running several EXEC tasks [...]
read more
|