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 file or assembly 'System.Data.Common, Versio... #11359

Closed
marselas opened this issue Nov 15, 2023 · 2 comments
Closed

[NBug] Could not load file or assembly 'System.Data.Common, Versio... #11359

marselas opened this issue Nov 15, 2023 · 2 comments

Comments

@marselas
Copy link

Environment

  • Git Extensions 4.2.0.17591
  • Build bf814d4
  • Git 2.42.0.windows.2
  • Microsoft Windows NT 10.0.22621.0
  • .NET 6.0.24
  • DPI 96dpi (no scaling)
  • Portable: False

Issue description

System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
File name: 'System.Data.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
   at System.Reflection.RtFieldInfo.InitializeFieldType()
   at System.Reflection.RtFieldInfo.InitializeInvocationFlags()
   at System.Reflection.RtFieldInfo.GetValue(Object obj)
   at ResourceManager.Xliff.TranslationUtil.GetObjFields(Object obj, String objName)+MoveNext() in C:\projects\gitextensions\ResourceManager\Xliff\TranslationUtil.cs:line 82
   at ResourceManager.Xliff.TranslationUtil.TranslateItemsFromList(String category, ITranslation translation, IEnumerable`1 items) in C:\projects\gitextensions\ResourceManager\Xliff\TranslationUtil.cs:line 206
   at ResourceManager.GitExtensionsFormBase.TranslateItems(ITranslation translation) in C:\projects\gitextensions\ResourceManager\GitExtensionsFormBase.cs:line 142
   at ResourceManager.Translator.Translate(ITranslate obj, String translationName) in C:\projects\gitextensions\ResourceManager\Translator.cs:line 89
   at ResourceManager.GitExtensionsFormBase.InitializeComplete() in C:\projects\gitextensions\ResourceManager\GitExtensionsFormBase.cs:line 118
   at GitUI.CommandsDialogs.FormPush..ctor(GitUICommands commands) in C:\projects\gitextensions\GitUI\CommandsDialogs\FormPush.cs:line 111
   at GitUI.GitUICommands.<>c__DisplayClass144_0.<StartPushDialog>g__Action|0() in C:\projects\gitextensions\GitUI\GitUICommands.cs:line 1187
   at GitUI.GitUICommands.DoActionOnRepo(IWin32Window owner, Func`1 action, Boolean requiresValidWorkingDir, Boolean changesRepo, EventHandler`1 preEvent, EventHandler`1 postEvent) in C:\projects\gitextensions\GitUI\GitUICommands.cs:line 322
   at GitUI.GitUICommands.StartPushDialog(IWin32Window owner, Boolean pushOnShow, Boolean forceWithLease, Boolean& pushCompleted) in C:\projects\gitextensions\GitUI\GitUICommands.cs:line 1205
   at GitUI.GitUICommands.StartPushDialog(IWin32Window owner, Boolean pushOnShow) in C:\projects\gitextensions\GitUI\GitUICommands.cs:line 1214
   at GitUI.CommandsDialogs.FormBrowse.PushToolStripMenuItemClick(Object sender, EventArgs e) in C:\projects\gitextensions\GitUI\CommandsDialogs\FormBrowse.cs:line 1297
   at GitUI.CommandsDialogs.FormBrowse.ToolStripButtonPushClick(Object sender, EventArgs e) in C:\projects\gitextensions\GitUI\CommandsDialogs\FormBrowse.cs:line 1561
   at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at GitUI.ToolStripEx.WndProc(Message& m) in C:\projects\gitextensions\GitUI\UserControls\ToolStripEx.cs:line 97
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

tried to push commits

Steps to reproduce

tried to push existing commits after update to new Git Extensions version

Did this work in previous version of GitExtensions?

This worked in the immediate previous version

Diagnostics

No response

Copy link

💡 The issue has been fixed in v4.2-rc1. Please update your version.

Copy link

Potential duplicates:

  • #7606
  • #8089
  • #8187
  • #8325
  • #8476
  • #9920
  • #9922
  • #10363
  • #10367
  • #10368
  • #10376
  • #10381
  • #10392
  • #10412
  • #10413
  • #10476
  • #10528
  • #10530
  • #10551
  • #10555
  • #10562
  • #10565
  • #10569
  • #10596
  • #10609
  • #10623
  • #10624
  • #10625
  • #10627
  • #10628
  • #10631
  • #10650
  • #10652
  • #10734
  • #10738
  • #10771
  • #10772
  • #10803
  • #10804
  • #10813
  • #10874
  • #10875
  • #10876
  • #11047
  • #11066
  • #11100
  • #11153
  • #11214
  • #11228
  • #11291
  • #11298
  • #11302
  • #11304
  • #11322
  • #11355

@RussKie RussKie closed this as completed Nov 15, 2023
gerhardol added a commit to gerhardol/gitextensions that referenced this issue Apr 6, 2024
as well as range-diff and git-grep.

git coloring of command output was added in gitextensions#11590.
The patch view (default) is configurable, keeping the current
GE coloring if a user prefers.

This removes the GE coloring for some commands ans the GE
coloring is very limited and adding to the complexity.
* git-word-diff (gitextensions#11590)
* git-grep (gitextensions#11359)
* git-range-diff (very limited GE coloring).
gerhardol added a commit to gerhardol/gitextensions that referenced this issue Apr 7, 2024
as well as range-diff and git-grep.

Use of Git coloring of command output was added in gitextensions#11590.
The patch view (default) is configurable, setting to keep the current
GE coloring.

This removes the GE coloring for some commands ans the GE
coloring is very limited and is adding complexity.
* git-word-diff (gitextensions#11590)
* git-grep (gitextensions#11359)
* git-range-diff (very limited GE coloring).
gerhardol added a commit to gerhardol/gitextensions that referenced this issue Apr 10, 2024
as well as range-diff and git-grep.

Use of Git coloring of command output was added in gitextensions#11590.
The patch view (default) is configurable, setting to keep the current
GE coloring.

This removes the GE coloring for some commands ans the GE
coloring is very limited and is adding complexity.
* git-word-diff (gitextensions#11590)
* git-grep (gitextensions#11359)
* git-range-diff (very limited GE coloring).
gerhardol added a commit that referenced this issue Apr 10, 2024
as well as range-diff and git-grep.

Use of Git coloring of command output was added in #11590.
The patch view (default) is configurable, setting to keep the current
GE coloring.

This removes the GE coloring for some commands ans the GE
coloring is very limited and is adding complexity.
* git-word-diff (#11590)
* git-grep (#11359)
* git-range-diff (very limited GE coloring).
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