Does the app work successfully if you continue from the exception?
This sounds like an internal probe that gets handled. You can ignore first chance exceptions that get handled. They are often part of normal running rather than errors.
Like Matt though, I'm not seeing even first chance exceptions with Just my code turned off and mixed mode debugging.