[Issue 13360] System.NotImplementedException in Build window output when used along with Web Essentials

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 24 10:25:33 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13360

--- Comment #4 from vijay at vijay.name ---
Hi Rainer,

I guess you are right. The extension itself is in D Language and I am just a
beginner, I doubt I will be able to troubleshoot this issue in a short time. 

I went through the code, the following is my summary after the first view:

* I traced the Not Implemented exception by trying to see the location of the
Methods causing that exception in the VisualD code (Project.Collection,
Project.ExtenderCATID and so on) to the file VisualD/project/automation.d

*. automation.d has 55 not implemented methods and the whole project seems to
have 177.

*. Strangely the 3 Collection methods are not returning "E_NOTIMPL", so either
I am looking at the wrong location or one of the intermediary method calls is
throwing that exception?

--


More information about the Digitalmars-d-bugs mailing list