Roj
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Roj Sort by recent activity-
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...
-
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 ...
-
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...
-
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...
-
I think the problem is in specific Microsoft assemblies used in Silverlight.
-
Try to set "Copy local" to "true" in all referenced assemblies of VS project. This helped me.