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

NullReferenceException in Helper.cs #3

Closed
medo64 opened this issue Jan 15, 2019 · 1 comment
Closed

NullReferenceException in Helper.cs #3

medo64 opened this issue Jan 15, 2019 · 1 comment
Assignees
Labels

Comments

@medo64
Copy link
Owner

medo64 commented Jan 15, 2019

The following error happened on detach:

System.NullReferenceException
o  Object reference not set to an instance of an object.
     at VhdAttach.Helper.GetToolstripSizeAndSet(ToolStrip toolstrip, 
  Int32& size, String& set) in 
  Q:\Projects\Freeware\VhdAttach\Source\VhdAttach\Helper.cs:line 41
     at VhdAttach.Helper.UpdateToolstripImage(ToolStripItem item, 
  String name) in 
  Q:\Projects\Freeware\VhdAttach\Source\VhdAttach\Helper.cs:line 
  103
     at 
  VhdAttach.MainForm.bwCheckForUpgrade_RunWorkerCompleted(Object 
  sender, RunWorkerCompletedEventArgs e) in 
  Q:\Projects\Freeware\VhdAttach\Source\VhdAttach\MainForm.cs:line 
  1041
     at 
  System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(
  RunWorkerCompletedEventArgs e)
@medo64 medo64 added the bug label Jan 15, 2019
@medo64 medo64 self-assigned this Jan 15, 2019
@medo64
Copy link
Owner Author

medo64 commented Mar 1, 2019

Fixed in commit #eecd531.

@medo64 medo64 closed this as completed Mar 1, 2019
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

1 participant