XML when using pipe generates "no dialogs have been specified" message

WHen using a front panel XML program to call a PIPEOUT function, I get the following pop-up message. "The profile XML was valid, but no dialogs have been specified. Therefore the profile is essentially null. SORRY.

Here is my XML code segment.

	Pipe Out
	10,360
	60,20
	0xa0
	5000
	Read a file from Pipe 0xA0
	
	counter.dat

This issue was resolved via support.

The XML file in question had invalid characters (right double quotation marks instead of double quotation marks). We hope to add more informative error messages for the XML parser in a future release.