On Oct 24, 2010, at 4:19 PM, Ryan Boggs <[email protected]> wrote: > I have a project that I am trying to build on Mono-2.8 but it is > erroring out with the following message: > error CS1574: XML comment on 'full method name here' has cref > attribute 'System.String' that could not be resolved
It's a cref, so you need to provide a "type." Thus, you want "T:System.String". - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
