我正在使用 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()