FormatAllFiles icon indicating copy to clipboard operation
FormatAllFiles copied to clipboard

FormatAllFilesCommand is not executable on Wix Toolset project

Open Erroneous1 opened this issue 5 years ago • 0 comments

In Visual Studio 2017 when running Format All Files on entire solution with a Wix Toolset project or on the Wix project, I get the following error:

FormatAllFilesCommand is not executable.

System.Runtime.InteropServices.COMException: Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)).

Is there a way to exclude a project or entire directories from being formatted? I added the name of the folder that contains the Wix project but that didn't work.

Erroneous1 avatar Jun 05 '20 22:06 Erroneous1