Text copy or cut fails with error 0x80004005 in VIsual Studio 2017

1

Type library exporter encountered an error while processing 'CopyAsHtml.CopyAsHtmlPackage, CopyAsHtml'. Error: Type library exporter encountered an error while processing 'Microsoft.VisualStudio.Shell.Interop.SVsSolutionObject, Microsoft.VisualStudio.Shell.Interop'. Error: Type 'SVsSolutionObject' and type 'SVsSolution' both have the same UUID.

After that first error dialog, every use of cut or copy produces the E_FAIL, Unspecified Error dialog.

asp.net-mvc-5
visual-studio-2017
asked on Stack Overflow Aug 28, 2018 by Kinzang Dorji • edited Aug 28, 2018 by Siddharth

1 Answer

0

Go to Tools -> Manage Extensions -> Installed (left top corner) -> Search for CopyAsHtml and disable that extension. This worked for me :) enter image description here

answered on Stack Overflow Dec 10, 2020 by Andreea Purta

User contributions licensed under CC BY-SA 3.0