Skip to content

Instantly share code, notes, and snippets.

@NathanW2
Created October 13, 2015 01:33
Show Gist options
  • Save NathanW2/7f009ca3a8cbd9992522 to your computer and use it in GitHub Desktop.
Save NathanW2/7f009ca3a8cbd9992522 to your computer and use it in GitHub Desktop.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Requested value 'Polygon' was not found.
at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at DMS.SyncFramework.Models.GeometryColumnInfoDB.get_geometry_type_as_integer() in c:\TeamCityBuildAgent\work\15504c2943e7c40b\SyncFramework\SyncFramework\Models\GeometryColumnInfoDB.cs:line 234
at DMS.SyncManager.SyncManagerGui.selectTablesR_SelectedIndexChanged(Object sender, EventArgs e) in c:\TeamCityBuildAgent\work\15504c2943e7c40b\SyncManager\SyncManager\SyncManager.cs:line 1523
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.CheckedListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.CheckedListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.CheckedListBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment