Michiel - 2007-06-15

Hi
I have an vb.net windowas applications build with VS2003. I have put some comments in to test

''' <summary>
    ''' help
   ''' </summary>
   ''' <param name="sender" ></param>
   ''' <param name="e" ></param>
   ''' <remarks></remarks>
with a macro.

when i try to add this solution in Ndoc i get the following message:

There are no projects in this solution that NDoc can import.

Either the solution is blank, or the projects contained within
the solution are not of a type NDoc can import.

What is missing in my solution?