gregfullman / VSGenero

This is a Visual Studio extension for the Genero BDL.
5 stars 3 forks source link

Intellisense download and reload causes null exception #16

Closed Synccept closed 8 years ago

Synccept commented 8 years ago

To repo:

1.Open a 4gl file. 2.Go to Tools -> Options... > Text Editor -> Genero4GL -> Intellisense

  1. "Click Download latest contexts"
  2. "Click Reload completion contexts"
  3. Click OK
  4. Dialog closes and returns to the opened 4gl file focused.

Result: After a short while an error dialog will repeatedly show with the details:

Exception Type: System.NullReferenceException Message: Object reference not set to an instance of an object. Source: VSGenero2015 TargetMethod: [VSGenero2015]VSGenero.Options.Genero4GLIntellisenseOptionsControl::_timer_Tick()

StackTrace: at VSGenero.Options.Genero4GLIntellisenseOptionsControl._timer_Tick(Object sender, EventArgs e)

InnerException: System.NullReferenceException Object reference not set to an instance of an object. [VSGenero2015]VSGenero.Options.Genero4GLIntellisenseOptionsControl::_timer_Tick()

Other Info:

gregfullman commented 8 years ago

This was fixed in commit e107b8e643c15daf684a0bc591039db10c55611f. Sorry for the delay!