Roj
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Roj-
Roj created a post,
Document X 2010 locks assemblies when open
I cannot re-build a documented .Net assemply in Visual Studio when the Document X 2010 is openned. This is very inconvinient, because I need to close Doc X every time when I correct source docs and...
-
Roj commented,
Try to set "Copy local" to "true" in all referenced assemblies of VS project. This helped me.
-
Roj commented,
Thanks, I already found how to avoid this from previous posts and re-created the project without adding reference assemblies. The solution is really simple: set Copy local property to true for all ...
-
Roj commented,
After some experiments, I found how to exclude contents of standard assemblies from generated docs: specified the Build Flag "Exclude from Online" for every assembly and added a rule to the build p...
-
Roj commented,
Thanks, this really works. In my project, I have near to 100 sealed classes inheriting from one base class. The base class has 5 protected members. Resulting, I need to click on the Is Excluded fl...
-
Roj commented,
The problem is that protected members are specified in a base class (say A), but I want to hide them in a derived class (say B). In Content File editor, when I look in B, the members inherited from...
-
Roj created a post,
How to hide protected members of sealed class
I cannot find an option that allows to hide protected members of a .Net class which is sealed. It is the common situation when protected members are specified in a base class and are used in its s...
-
Roj commented,
I think the problem is in specific Microsoft assemblies used in Silverlight.
-
Roj created a post,
How to remove Introduction and Getting Started topics from docs generated by Document! X 2010
Comparing to Doc X 2008, in the version 2010 two new topics appear in a book describing an assembly: the Introduction and the Getting Started topics. I don't want these topics in the Doc X output, ...
-
Roj created a post,
Problem with documenting Silverlight assemblies with Document! X 2010
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 ...