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

Comments by Martin P. Davies (Top 11 by date)

Martin P. Davies 14-Feb-13 4:51am View    
Thanks for the response - I agree, I can't see how FileNotFound is the only exception that can be thrown.

I have to admit I was thinking along the same lines regarding locking - thank you for all the suggestions - I'll have a play and see if I can isolate it further, but yes, I agree I think some difference in the locking mechanism is occurring on each platform.

Thank you again - much appreciated.
Martin P. Davies 13-Mar-12 8:56am View    
Thank you sjelen, I'll have a bit of a play and see where we go - this is all really helpful everyone, thank you very much.
Martin P. Davies 13-Mar-12 8:56am View    
Thank you John/Bob, I'll have a bit of a play and see where we go - this is all really helpful, thank you very much.
Martin P. Davies 13-Mar-12 6:51am View    
Hi John, thanks for the reply.

I agree - an indicator in the database would be a much better idea, but this still leaves me with the same problem - essentially I am still going to have find the name of the method and link it to the delegate, via an enum or something.

Failing that it'll be a large switch statement or something, but ideally I'd like to avoid that, though I'm beginning to think that it's probably the best route to take.
Martin P. Davies 9-Dec-10 4:41am View    
It's also not just decimal numbers when it does this. If you type 'yo', it appears 'yo', but it you type a dot it then appears '.yo', then type a u it appears 'yo.u'. I understand what you are saying about the numbers, but I don't understand why it would work like this in text too. I'm probably missing something I admit, but if anyone can clarify it would put my mind at rest!