We have been experiencing a problem with using bulleted lines in text blocks in Visual Studio. This occurs when entering new text in the available text blocks in the DocX IDE while in Visual Studio (2005 or 2008). When formating the text as a bulleted list, it seems to add an extra empty bulleted line on the top. We can delete this line. But if we naviagte away to another method for example, and then navigate back to the bulleted list, the empty bulleted line reapears. This happen throughout. Any ideas why? Has anybody else had this problem?
Example:
- Required non-DB* parameters: Must pass a value. Cannot be empty or null.
- Optional non-DB* parameters: Either enter a value or pass a null. If passing a null and a default value has been defined, the default value will be used for the parameter.
- Required DB* parameters: Must pass a value. To enter an empty value for the parameter, pass DB*.null (e.g., DBInt.null).
- Optional DB* parameters: To enter no value for the parameter, pass DB*.null (e.g., DBInt.null). To use the default value for the parameter if one has been defined for the object being added, pass a null.