生成捆绑包时出错。有关详情,请参阅输出窗口

时间:2014-10-01 03:11:40

标签: web-essentials bundles

我使用的是Visual Studio 2013 Professional Update 3,并且我安装了最新版本的Web Essentials(2014年8月8日更新),但是我在构建或保存时有90%的时间收到此错误。我甚至在构建之前检查源Ts / html文件和来自TFS的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()

1 个答案:

答案 0 :(得分:0)

我将Visual Studio 2013更新到Update 4并更新到Web Essentials for Update 4,这似乎解决了这个问题。

相关问题