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

[NBug] Could not load type 'GitCommands.GitArgumentBuilder' from a... #7606

Closed
thimmy687 opened this issue Jan 7, 2020 · 2 comments
Closed

Comments

@thimmy687
Copy link
Contributor

thimmy687 commented Jan 7, 2020

⚠️ The sections below must be filled in and this text must be removed or the issue will be closed.

Current behaviour

publish not working

Expected behaviour

publish working

Steps to reproduce

I tried to publish a commit to Gerrit server

I use an older version of gerrit and replaced the gerrit.dll, by the old one (version 2.13.6)

Error Details

System.TypeLoadException: Could not load type 'GitCommands.GitArgumentBuilder' from assembly 'GitExtUtils, Version=3.3.1.7897, Culture=neutral, PublicKeyToken=null'.
   at Gerrit.FormGerritPublish.PushCmd(String remote, String toBranch)
   at Gerrit.FormGerritPublish.PublishChange(IWin32Window owner)
   at Gerrit.FormGerritPublish.PublishClick(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Additional information

publish to older gerrit version not working

Environment

  • Git Extensions 3.3.1.7897
  • Build 5a97671
  • Git 2.24.0.windows.2
  • Microsoft Windows NT 10.0.17763.0
  • .NET Framework 4.7.3468.0
  • DPI 96dpi (no scaling)
@archivarius-bot
Copy link

Thank you for the bug report 👍

Sadly, it appears some important information is still missing, which you may have overlooked while submitting the bug.
Without this information we may not be able to assist you in resolving the issue.

Please review your submission, fill the missing information in and post a new comment to ping us back to re-open the issue.
Thanks again

@gerhardol
Copy link
Member

You probably need to use 3.2.1 with the old Gerrit .dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants