Inspecting an object created via Reflection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,

I am wondering if there are any known CF issues when debugging objects
created via reflection? I am getting {...} instead of the expected data
structures when using quick watch, immediate command window, etc. This does
not happen in a regular forms application using the same code, only while
running on CF. Any input?

Thanks!

Jason Seaton
 
Problem solved. I had to put the full path to the module and copy down the
..pdb files in order to debug correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top