から構築しながら得ることは、私はパスjsmin.exeをチェックしてコマンドは、コードで終了しました-532459699後TFS
Creating directory "obj\Release\".
PreBuildEvent:
C:\Builds\2\box\IT\Sources\IT\jsmin\jsmin.exe
cwd is 'C:\Builds\2\box\IT\Binaries'
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Builds\2\box\IT\Binaries\Shared\Javascript\Model\CModel_uncompressed.js'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append)
at System.IO.File.CreateText(String path)
at JsMin.Program.Main(String[] args) in Z:\downloads\JsMinTest\JsMinTest\JsMinConsole\Program.cs:line 52
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(902,9): error MSB3073: The command "C:\Builds\2\box\IT\Sources\IT\jsmin\jsmin.exe" exited with code -532459699. [C:\Builds\2\box\IT\Sources\IT\IT.vbproj]
Done Building Project "C:\Builds\2\box\IT\Sources\IT\IT.vbproj" (default targets) -- FAILED.
がパス上にあるログファイルのコピーです。しかし、次のリンク
C:\Builds\2\box\IT\Binaries\Shared\Javascript\Model\CModel_uncompressed.js.
で述べたようにTFSによって作成された何の共有ディレクトリはPlzを私が行方不明です何案内はありません。
したがって、 'C:\ Builds \ 2 \ box \ IT \ Binaries'の下に' \ Shared'はありません。あなたの 'CModel_uncompressed.js'は' Binaries'のどこかにありますか? – pantelif
はいいいえ\共有ディレクトリです。バイナリの下でもそのモデルを見つけることはできません。 – sam
FYI -532459699 = 0xE0434F4Dは、COM構造化例外コードです。 – Rup