Hello all,
I am developing a application in c#.NET for Windows CE 5.0 device.
1) Need to process some information - Which is i am doing fine no problem.
2) I need to record some data into a one file in continuosly.
My problem is writting data into file is killing the process time. For one cycle processing time is around 180 ms to write. So i decided to use reflections which use another exe to write the data into a file continulosly.
But the type.invokememb er() function is not supporting for Windows CE 5.0.
I am using .NET Compact Frame work 2.0.
My ultimate aim is to complete the file write process with in 10 ms. (only for file write). Could you please suggest some idea to implement this.
Thanks in advance.
Rajesh G
I am developing a application in c#.NET for Windows CE 5.0 device.
1) Need to process some information - Which is i am doing fine no problem.
2) I need to record some data into a one file in continuosly.
My problem is writting data into file is killing the process time. For one cycle processing time is around 180 ms to write. So i decided to use reflections which use another exe to write the data into a file continulosly.
But the type.invokememb er() function is not supporting for Windows CE 5.0.
I am using .NET Compact Frame work 2.0.
My ultimate aim is to complete the file write process with in 10 ms. (only for file write). Could you please suggest some idea to implement this.
Thanks in advance.
Rajesh G
Comment