Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML doccumentation and crystal reports

Status
Not open for further replies.

boflexson

Programmer
Oct 16, 2001
74
0
0
US
We use XML documentation in our C# project.
but we are getting annoying warnings on all of our crystal reports that are in our project.

is there a way to make the reports internal so these errors go away? I would put dummy comments on them but the crystal file has the following warning at the top.

//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.1.4322.2032
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------


-Adam T. Courtney
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top