views:

265

answers:

1

I am using something similar to this and it will not display the Summary or Remarks when I am attempting to use the Intellisense for this function?

''' <summary>
''' Summary
''' </summary>
''' <param name="param">The Parameter.</param>
''' <remarks> Remarks </remarks>

any ideas?

+1  A: 

Need to goto Projects -> Project Properties -> Compile and turn on XML Generated File to generate the comments file.. Then build your project and it will work =)