1
我正在使用Visual Studio 2013 Professional Update 3,並且安裝了Web Essentials的最新版本(2014年8月8日更新),但我收到約90%的構建或保存時出現此錯誤。我甚至在構建之前從TFS檢出源js/html文件和bundles文件夾中的所有現有文件。關於我還能做什麼的任何想法?生成包的錯誤。有關詳細信息,請參見輸出窗口
生成包的錯誤。詳細信息請參見輸出窗口
System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
at EnvDTE.Properties.Item(Object index)
at MadsKristensen.EditorExtensions.ProjectHelpers.AddFileToActiveProject(String fileName, String itemType)
at MadsKristensen.EditorExtensions.BundleFilesMenu.<GenerateAsync>d__2d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at MadsKristensen.EditorExtensions.BundleFilesMenu.<UpdateBundleAsync>d__22.MoveNext()