Wednesday, April 13, 2011

Reblog: How to make "Copy As HTML" Visual Studio 2008 addins work on VS2010

Hello,

To make it work on Visual Studio 2010, go to the installation folder of the addin, usually it will pick your MyDocument folder '.\MyDocument\Visual Studio 2008\Addins', copy the addin to the new Visual Studio folder '.\MyDocument\Visual Studio 2010\Addins'.

Here are the folders and files you need to copy.

\de-DE
\es-ES
\fr-FR
\he-IL
\it-IT
\ja-JP
\ko-KR
\zh-CHS
\zh-CHT
LavernockEnterprises.CopyAsHtml.2008.AddIn
LavernockEnterprises.CopyAsHtml.dll

After you done with it, you will need to edit this file 'LavernockEnterprises.CopyAsHtml.2008.AddIn' and add Visual Studio to the supported hosts.

Add the following above the existing entry.

<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>10.0</Version>
</HostApplication>

Here you can find the CopyAsHTML Addin
http://visualstudiogallery.msdn.microsoft.com/98fef791-eb65-4cdf-bf84-077b98c...