NetworkStream to Filestream problem

  • Thread starter Thread starter Anumolu
  • Start date Start date
A

Anumolu

Hi i am facing a variety problem, if i run the program with out
debugging then i am not able to see the file which i wrote using
filestream from the networkstream. But if i debug the program then the
file is created and data is written successfully. Here is the output
Waiting for a connection....
Server started listening on port : 9000
Connection accepted.
♂
Byte::A
Byte::B
♂
Byte::C
Byte::D
Waiting for a connection....
Server started listening on port : 9000
i kept a statement to show on console, it's writing succesfully but i
am not able to see in the file ;((

if any body have idea please give me some suggestion why it is
behaving pecularly.
 
Has the file been closed and flushed?


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


Hi i am facing a variety problem, if i run the program with out
debugging then i am not able to see the file which i wrote using
filestream from the networkstream. But if i debug the program then the
file is created and data is written successfully. Here is the output
Waiting for a connection....
Server started listening on port : 9000
Connection accepted.
?
Byte::A
Byte::B
?
Byte::C
Byte::D
Waiting for a connection....
Server started listening on port : 9000
i kept a statement to show on console, it's writing succesfully but i
am not able to see in the file ;((

if any body have idea please give me some suggestion why it is
behaving pecularly.
 
Back
Top