|
-
Oct 11th, 2007, 03:40 AM
#1
Thread Starter
Hyperactive Member
Executing lines twice !!!
Hello techs,
I have problem in one of my test project... i am developing a client server project in C# using telnet server.
In some parts of code ... the lines are working twice ....
suppose :
string sRecieved = Encoding.ASCII.GetString( m_byBuff, 0, nBytesRec );
using F11 to debug the issue ... the above line will get the execution control and after execution, normally it need to go to next line for execution, but here by pressing F11, the same line will get the control and executes once more ... ????
I am not using any thread or timers .... I am using sockets for doing this ...
if any clarifications needed, please ask ...
thankzzzz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|