Ruben J=F6nsson wrote: > } catch (Exception ex) { > throw; > } > The real problem is that the try/catch is rethrown without handling it > which is the same as not having any try/catch at all. Remove the throw > and it will also work. I am not sure why you would rethrow without doing > anything with the exception instead of not catching it at all. You can put a breakpoint on it, or you can later add some code that does something sensible :) Gerhard -- = http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist