Using continuous mode for DAQ and writing to a text file (especially with the express VI) pretty much guarantees that error. Besides that knowledge base article, search the forum for that error. You can change from continuous sampling or place the write function in another loop where you pass the data with a queue. See the producer/consumer architecture in the design templates.