arent the tooltips supposed to pop up in intellisense when you start typing stuff in? I compiled about 6 classes into one .dll and each property and each method and each class has a ///summary section but not one of them are being displayed.
What am i doing wrong?
I compiled and referenced the dll from the DEBUG folder of the c# project in my vb test project. Should I be compiling a 'release' build?
