Click here to Skip to main content
15,896,505 members

Comments by Member 10198178 (Top 3 by date)

Member 10198178 10-Mar-15 9:46am View    
Yes the Write does not work, It does not throw any errors. The file is just never updated
Member 10198178 18-Sep-14 17:42pm View    
You are correct.

There is threading above this with a timer. I want to prevent this method to be executing more than once hence the manualresetevent. However I'm threading within the method to call another method with the ThreadPoolQueueWorkUser. I want to make sure all those threads are completed before ending this method.
Member 10198178 3-Oct-13 17:52pm View    
I tried adding the autopostback earlier and didn't help. I readded it and still didnt work.

I'm trying to follow these instructions and autopostback wasn't listed here:
http://msdn.microsoft.com/en-us/library/ms227680(v=vs.100).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2
Thanks for the suggestion!