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
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