System Error &H80070057& when debugging reflection calls in the immediate window

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi everyone

I several reflection calls such as gettype(String).getMethods() and if I run
these in the debug window I only ever get System Error &H80070057& but it is
actually returning the methods in the actual code I could really do with
been able to test it in the debug window so I test the binding flags.

Does anyone know what might be going on?

Thanks in advance
Dan
 
Back
Top