Hi,
If you have a class library with at least two constructors, XslTransform fail with the 'createvstoc.xsl' transformation.
I did some research/testing and I found that the generated TOC seems to be incorrect. With more than one constructor, a topic is created and the 'file' element is empty. When trying to generate the CHM with the TOC, it fails because the file is not found.
Here's the generated TOC:
<?xml version="1.0" encoding="utf-8"?>
<topics>
<topic id="R:Project" file="R_Project">
<topic id="N:ProcessAcademy.XDX.Connectors" file="N_ProcessAcademy_XDX_Connectors">
<topic id="T:ProcessAcademy.XDX.Connectors.PathConnector" file="T_ProcessAcademy_XDX_Connectors_PathConnector">
<topic id="M:ProcessAcademy.XDX.Connectors.PathConnector.#ctor(System.String)" file="">
<topic id="M:ProcessAcademy.XDX.Connectors.PathConnector.#ctor(System.String)" file="C_ProcessAcademy_XDX_Connectors_PathConnector_ctor_1_362212bd" />
<topic id="M:ProcessAcademy.XDX.Connectors.PathConnector.#ctor(System.String,System.String)" file="C_ProcessAcademy_XDX_Connectors_PathConnector_ctor_2_4c5f73bf" />
</topic>
</topic>
</topic>
</topic>
</topics>
Can I expect to have a fix in the next CTP ?