Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

objwriter asp.net---HELP!

Status
Not open for further replies.

JRHEIN

MIS
Feb 6, 2007
18
0
0
US
Hello Everyone,
I'm developing an application (vb--asp.net) and I've run into a probelm with the object writer. The prog creates a directory(based on login info), writes and saves info to a .rtf, cross-page posts info, sends email notification ,etc. However, when I open the .rtf file the prog created it looks like the objwriter stopped writing info in mid sentence! Has anyone run into this problem? If so, what can I do to correct it? When I debug there's no returned errors,warnings, notifications....nothing! Everything should work fine!

Your help or advice to reslove my issue would be much appreciated!

IS ADMIN
Jrhein
 
Not too familiar with ObjectWriter, but TextWriter has Flush method that makes sure all data is sent to underlying stream and stream is closed. Does that objectwriter has the same method?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top