【发布时间】:2009-04-13 18:16:54
【问题描述】:
我正在尝试为我们的 SharePoint 解决方案实现一个夜间构建环境,其中包括适用于 Windows SharePoint Services 3.0(版本 1.2)的 VS 2008 和 VS 2008 扩展。 当我通过 VS 2008 GUI 进行部署时,它工作正常。 当我使用命令行时:
c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe SharePoint.sln /Deploy Release
我收到以下错误:
------ Deploy started: Project: SharePoint.Site, Configuration: Release Any CPU ------
------ Generate solution file and setup batch file ------
Creating solution ...
System.NotImplementedException
Error: The method or operation is not implemented.
其他人似乎有similar issues。
【问题讨论】:
标签: windows visual-studio-2008 sharepoint command-line deployment