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

Navigating to a class inside a DLL crashes Visual Studio 2017 #21

Closed
HubKing opened this issue Mar 8, 2017 · 1 comment
Closed

Navigating to a class inside a DLL crashes Visual Studio 2017 #21

HubKing opened this issue Mar 8, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@HubKing
Copy link

HubKing commented Mar 8, 2017

Steps to reproduce:

  1. Locate the cursor on a class inside a DLL, such as the Form of the following code.

     public partial class Form1 : Form
    
  2. Press "F12" to navigate to Form.

The exception message is,

System.NullReferenceException: 'Object reference not set to an instance of an object.'
@sboulema sboulema self-assigned this Mar 8, 2017
@sboulema sboulema added the bug label Mar 8, 2017
@sboulema sboulema added this to the 2.1 milestone Mar 8, 2017
sboulema added a commit that referenced this issue Mar 8, 2017
@sboulema
Copy link
Owner

sboulema commented Mar 8, 2017

Fixed in the new release!

@sboulema sboulema closed this as completed Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants