This is a migrated thread and some comments may be shown as answers.

[Solved] Partial Class question

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
sitefinitysteve asked on 10 Mar 2011, 08:14 PM
I'm extending my model with partial classes, and I put the summary comment headers above each (/// to generate), but when I copy the assembly over to my main web project I don't see any of those summary headers in the intellisense

Any idea why that might be?

1 Answer, 1 is accepted

Sort by
0
Petko_I
Telerik team
answered on 17 Mar 2011, 10:21 AM
Hi Steve,

We apologize for the late response. In order to include the XML documentation in your solution which references a class library assembly you need first to generate the class library documentation explicitly by specifying an option in the project properties. To do so you can right-click your class library project, choose Project Properties, navigate to the Build tab and check the XML documentation file option in the Output section. After that what remains to be done is to add again the class library reference to your web project or just include the generated XML file for the class library.

We do hope this is helpful. Do not hesitate to contact us, should you have further questions.

Kind regards,
Petko_I
the Telerik team
Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Petko_I
Telerik team
Share this question
or