RobotStudio event

streamwriter

Options

Hello,

We developed a FP application using VS2005. One function of the application is to save data to a text file. We used System.IO.StreamWriter do so. It seems that the FP application cannot create an instance of "streamwriter" and then throws an exception that "an optional resource assembly cannot be found".

We are wondering if there is any convenient approach to save data to a text file.

Many thanks

newform2009-07-27 18:57:28

Comments

  • newform
    Options
    Dear all,

    We just figured out how to save data. We need use "PutFile" to handle the text file.

    Thanks