Silverlight uses very specific versions of standard Microsoft assemblies such as System, etc.
When I try to add my own Silverlight assembly to a DocX 2010 project, this attempt fails because DocX 2010 cannot resolve references to dependent assemblies used in my assembly. I found a workaround for this problem by adding dependent assemblies at first, and after that adding my assembly.
In the resulting documentation, I want to view only my own assembly without standard once, but I cannot find how this can be done.
1. I tried to uncheck all members of standard assemblies in the Assemblies list in the DocX browser window. But documentation items for such assemblies anyway appear in the resulting docs.
2. I tried to specify for associated Content Files the "Exclude from Online" build flag, but this didn't help me.
How to entirely remove assemblies from the output docs?
In Sandcastle, this can be done easy by specifying nondocumented assemblies in Dependencies to a documented assembly. Maybe, a similar way is possible with DocX?
Sincerely, Alexander