Can't generate PDBs from Reflector 9.3

I am trying to debug a third party DLL. When I enable debugging on the DLL, I get this error. 

InvalidArgument=Value of '5' is not valid for 'SelectedIndex'.Parameter name: SelectedIndex
System.ArgumentOutOfRangeException
  at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  at RedGate.Reflector.VsPackage.Gui.AssemblyChooserPanel.set_FrameworkLanguageSelection(FrameworkLanguageSelection value)
  at RedGate.Reflector.VsPackage.Gui.ReferencesToDecompileDialog.set_FrameworkLanguageSelection(FrameworkLanguageSelection value)
  at RedGate.Reflector.VsPackage.Gui.PdbGeneration.<>c__DisplayClass28_2.<SetUpDialogForAssemblyChoosing>b__5()
  at RedGate.Reflector.VsPackage.Gui.ErrorReporting.ErrorDialog.DoWithErrorHandling(ILog log, IWin32Window parentWindow, Action toDo, IList`1 exceptionsNotToSendViaErrorReporting)

I have tried it on VS2015 and VS2017.

If I try it on my local machine it works. But I need it on my dev server. I have uninstalled and re-installed Reflector 9.3
Tagged:

Answers

Sign In or Register to comment.