digitalmars.D.bugs - [Issue 13360] New: System.NotImplementedException in Build window
- via Digitalmars-d-bugs (49/49) Aug 22 2014 https://issues.dlang.org/show_bug.cgi?id=13360
https://issues.dlang.org/show_bug.cgi?id=13360 Issue ID: 13360 Summary: System.NotImplementedException in Build window output when used along with Web Essentials Product: D Version: unspecified Hardware: x86_64 OS: Windows Status: NEW Severity: enhancement Priority: P1 Component: VisualD Assignee: nobody puremagic.com Reporter: vijay vijay.name Visual Studio 2013 Ultimate, Update 3 RTM Windows 8.1 Web Essentials 2014 for Update 3 (v2.3) Visual D v0.3.39 beta 2 Everytime I build the project/solution the Build output window contains the System.NotImplementedException with the following stack trace: Debug\Set01.exe not up to date: link dependency file D:\Dev\Learn\D\Programming in D\Set01\Debug\Set01.lnkdep does not exist ------ Build started: Project: Set01, Configuration: Debug Win32 ------ Building Debug\Set01.exe... Converting debug information... ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== 2014-08-23 00:38:49: An exception was thrown when Web Essentials: Updating Bundles...: System.NotImplementedException: The method or operation is not implemented. at EnvDTE.Project.get_Collection() at MadsKristensen.EditorExtensions.ProjectHelpers.GetChildProjects(Project parent) at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext() at System.Linq.Enumerable.<UnionIterator>d__88`1.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at MadsKristensen.EditorExtensions.BundleFilesMenu.<UpdateAllBundlesAsync>d__12.MoveNext() 2014-08-23 00:38:49: An exception was thrown when Web Essentials: Updating Sprites...: System.NotImplementedException: The method or operation is not implemented. at EnvDTE.Project.get_Collection() at MadsKristensen.EditorExtensions.ProjectHelpers.GetChildProjects(Project parent) at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext() at System.Linq.Enumerable.<UnionIterator>d__88`1.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at MadsKristensen.EditorExtensions.Images.SpriteImageMenu.<UpdateAllSpritesAsync>d__f.MoveNext() --
Aug 22 2014