madskristensen / FileDiffer

A Visual Studio extension
Other
133 stars 33 forks source link

Sadly not working #8

Closed Bennik2000 closed 8 years ago

Bennik2000 commented 8 years ago

Installed product versions

Can select the files but not compare

Steps to recreate

  1. I don't know

    Current behavior

It is showing up a MessageBox telling a error. When i clicked "Compare Filed..." unbenannt_

Expected behavior

it should open the diff view

madskristensen commented 8 years ago

what type of project do you have open? MVC, Winforms, Cordova, or...?

Bennik2000 commented 8 years ago

It happens on all testet projects like WPF, VSIX, Xamarin Android App, ...

Bennik2000 commented 8 years ago

I think that I know what the problem is: I am using Visual Studio 2015 Community. It could be that the "Tools.DiffFiles" command is not avaiable in the free version.

ygrenier commented 8 years ago

Here same problem on french install. Apparently "Tools.DiffFiles" is not available on my french installation. I find a "Fichier.Comparer" command (can be translated by "File.Compare") in the command window, but when I run it, I got a "not available" message. Tested on VS2013 Pro, VS2015 Pro, CS2015 Community. If I add the command in a Toolbar the commands are always disabled.

Apprently @Bennik2000 use a German version, me a French version, perhaps a localisation problem ?

madskristensen commented 8 years ago

I may have found a fix. Please help by verifying it by installing the latest CI build found here http://vsixgallery.com/extension/ea5c68d6-cdae-4e79-bd46-2a39e95bb256/

Bennik2000 commented 8 years ago

Unfortunately on my german install it does not work. But another message is displayed: "Falscher Parameter. (Ausnahme von HRESULT: 0x80070057 (E_INVALIDARG))". It can be translated to "Wrong parameter. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))"

ygrenier commented 8 years ago

Same message on my french install "Paramètre incorrect. (Exception de HRESULT : 0x80070057 (E_INVALIDARG))".

madskristensen commented 8 years ago

Ok, I'll try something else. Thanks for helping

madskristensen commented 8 years ago

Ok, I'm now using the command GUID and Id instead of the command name. Please try version 1.1.8 here http://vsixgallery.com/extension/ea5c68d6-cdae-4e79-bd46-2a39e95bb256/

ygrenier commented 8 years ago

Yes it's work for me!

Thanks.

Bennik2000 commented 8 years ago

It works for me, too! Great!

Thank you

madskristensen commented 8 years ago

Awesome. I'll make a new release in a few minutes. Thanks for helping out troubleshooting this issue