How can we help you today? How can we help you today?

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
JeremyHancock
0

Comments

1 comment

  • Russell D
    The first question would be what is the difference between your machine and the dev server?

    I presume as its a third party dll you can't share it?
    Russell D
    0

Add comment

Please sign in to leave a comment.