"Rotsey" <ma***********@RemoveThis.optusnet.com.auwrote in message
news:eY**************@TK2MSFTNGP04.phx.gbl...
I am getting a Exception has been thrown by the target of an invocation
error when invoking a method
Typically this means that you succeeded in calling the method, but
something failed inside that method and threw an exception. Take a look at
the InnerException inside the Exception that you received to find out more
about what failed inside your method.