Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using ParserState.Parse method of Rubberuck Type Library #2042

Closed
ThunderFrame opened this issue Jul 13, 2016 · 1 comment
Closed
Labels
bug Identifies work items for known bugs feature-reflection-api

Comments

@ThunderFrame
Copy link
Member

When executing this code in Access 2016 32-bit.

  Dim rd As Rubberduck.ParserState
  Set rd = New Rubberduck.ParserState

  rd.Initialize Application.VBE
  rd.Parse
  '...

Run-time error: '-2146233088 (8131500)
"One or more errors occurred"
parse

If I choose Debug, the active line is rd.Parse and then Step Into the code, the line succeeds and the code can carry on.

@Hosch250 Hosch250 added bug Identifies work items for known bugs feature-reflection-api labels Jul 14, 2016
@retailcoder
Copy link
Member

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs feature-reflection-api
Projects
None yet
Development

No branches or pull requests

3 participants