I have an assembly with all classes decorated with XML so that full IntelliSense is provided.
This works fine in my development environment (Visual Studio 2008 Express and VB.NET), but if I create an entirely separate project and import the dll in, the IntelliSense appears but it is not rendering properly.
For instance if I have someth...
Hi,
Hopefully a question with a very quick and simple answer; In previous versions of Visual Studio and Visual Web Developer I've been able to type 3 apostrophe's (i.e ''') on the line before a function that results in the auto generated comment like:
''' <summary>
''' </summary>
''' <param name="sender"></param>
''' <param nam...
I am not able to figure it , How to use ajaxdoc for generating comments for my scripts.
I would appreciate, if you can provide a little tutorial about this or an example. Do I need to use this project dll.
...