English 中文(简体)
微软Gite Provider 和Series 2012 的视力比较工具没有启动配置的比较工具。
原标题:Microsoft Git Provider and Visual Studio 2012 failed to start the configured compare tool

Im与Series 2012 Update 2合作,我安装了以下官方网站:。 用于Gite的视觉工具。 但是,当我试图散发经过修改的档案时,视觉演播室显示这一错误:

Failed to start the configured compare tool.

But it seems there is no configuration for the compare tool in Git provider!

我应该怎样解决这一问题?

问题回答

重新启动视觉演播室(2019年)已经解决。

如果这个问题上的任何土地(如我所做的那样)一样,2015年家庭调查能够根据吉特环境进行清扫。

“entergraph

I noticed that when you restart your VS (1), if you try to see the changes on a file that you didn t open/load, diff tool gets confused. For me restarting is the problem

<>My Solutions: 于是,该档案在VS再次尝试。

(1):I正在使用VS2022,但似乎所有版本都使用

确保你 set。 视觉演播室使用的电池环境工具。 通常,你从开始就从吉卜赛开始就找到了。 如果你使用其他优惠工具,你必须为此在全球范围:

git config --global difftool.vs11.cmd“c:/program file (x86)/microsoft视觉演播室 11.0/common7/ide/devenv.exe”//diff “$LOCAL”“$REMOTE”

<代码>git config -global diff.tool vs11

I had exactly the same problem. In my specific case I use Beckhoff TwinCAT 3 (Visual Studio) and got the error message

“Quellcodeverwaltung - Git / Fehler beim Starten des konfigurierten Vergleichstools”

英文是指“尚未开始组合比较工具”

我发现,我每次都收到这一信息,当时我试图比较已经在视觉演播室开放的档案。

解决办法: 先在文档后面,然后对文件进行比较。

关闭项目或重新启用视力演播室,只会有助于视力演播室不重开最后开放的会议/文件。 这就解释了为什么一些人通过重新启动视觉演播室而取得成功的原因。

Beckhoff DoubleCAT 3 (Visualroom 2022) specific Solutions that work for me:

  1. Open TwinCAT -> TcProjectCompare.
  2. Select Tools -> Configure User Tools....
  3. Select GIT as plugin
  4. Select Configure for: Specific project, then select project folder (not sure why, but it didn t work globally).
  5. Click Ok, then click Ok again.

Happened to me in VS2022 and the fix was also to restart, but not just the instance of VS where I was encountering the problem, I had to restart all running instances. Additional data points:

  • My global git compare tool was already properly configured
  • VS was running elevated
  • Within the instance exhibiting the problem, only some files would trigger it; others would compare fine. And other running instances of VS could also compare fine.

I had the same issue with TwinCat. Closing just the files to be compared helped. Additionally it was helpful to export the TwinCat compare tool configuration locally in the project folder instead of global.





相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签