在命令行上使用 VS2008 部署 SharePoint 失敗 (SharePoint deployment failure using VS2008 on the comannd line)


問題描述

在命令行上使用 VS2008 部署 SharePoint 失敗 (SharePoint deployment failure using VS2008 on the comannd line)

I am trying to implement a nightly build environment for our SharePoint solution that includes VS 2008 and VS 2008 extensions for Windows SharePoint Services 3.0 (version 1.2). When I deploy via the VS 2008 GUI it works fine.  When I use the command line:

c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe SharePoint.sln /Deploy Release

I get the following error:

------ 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.

Others seem to be having similar issues.


參考解法

方法 1:

VSeWSS 1.2 doesn't support command line builds. I would either try the CTP for VSeWSS 1.3 or a community tool like STSDev or WSPBuilder.

(by Andrewdahlbyk)

參考文件

  1. SharePoint deployment failure using VS2008 on the comannd line (CC BY-SA 3.0/4.0)

#command-line #visual-studio-2008 #deployment #sharepoint #Windows






相關問題

從 FFMPEG for android 的命令行版本訪問網絡攝像頭麥克風 (Accessing webcam mic from command line version of FFMPEG for android)

為什麼我的 IDE 能找到 JAR 而我的命令行卻沒有? (Why does my IDE find the JAR but my command line doesn't?)

sbt 相當於 maven exec 插件 (sbt equivalent of maven exec plugin)

無法從 Python 的命令行導入 json (Not able to import json from commandline for Python)

在命令行上使用 VS2008 部署 SharePoint 失敗 (SharePoint deployment failure using VS2008 on the comannd line)

使用 PHP 的網頁截圖? (Web Page Screenshots with PHP?)

在命令行(終端)上使用 R 腳本的最佳方式是什麼? (What's the best way to use R scripts on the command line (terminal)?)

如何創建指向 mysql 的符號鏈接?(Mac, XAMPP) (How do I create a symbolic link to mysql? (Mac, XAMPP))

如何通過終端或其他方式將參數傳遞給 JavaScriptCore/Console? (How to pass an argument to JavaScriptCore/Console via terminal, or otherwise?)

shell命令中“&&”的目的是什麼? (What is the purpose of "&&" in a shell command?)

如何使用 dotnet test 命令行運行單個 xunit C# 測試 (How to run a single xunit C# test using dotnet test command line)

在 centOS 6.9 (Final) 中將 php-5.6 升級到 7.3 時顯示多個錯誤 (Showing multiple errors while upgrading php-5.6 to 7.3 in centOS 6.9 (Final))







留言討論