Hi,
VB-DOC 0.22b:
In the file docgeneration.vb is in line 154 the following
written:
strNameAttr = "E:" & ParentNamespace.Name &
ParentClass.Name & "." & Event_.Name
Correct, it should be:
strNameAttr = "E:" & ParentNamespace.Name & "." &
ParentClass.Name & "." & Event_.Name
Regards, Ernst