Brian, have you tried running this without the debugging? I have found that when you do a step debug in Visual Studio, Visual Studio tries to do a "look ahead" and executes some tasks differently than you would like them. This causes a variety of problems in different scenarios. Try to use Output / Debug writes to trace your call. Do you still face the same issue when not stepping through?
↧