Running CopySourceAsHtml Add-in under Visual Studio 2010
Posted
by Marko Apfel
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Marko Apfel
Published on Sun, 02 Jan 2011 09:41:21 GMT
Indexed on
2011/01/02
9:54 UTC
Read the original article
Hit count: 194
Filed under:
Until now CopySourceAsHtml only supports Visual Studio 2008 out of the box.
But it is no problem to pimp up the config-file for supporting Visual Studio 2010.
- Copy all three files to "%userprofile%\Documents\Visual Studio 2010\Addins"
- Open CopySourceAsHtml.AddIn in a text editor and change both lines with
<Version>9.0</Version>
to
<Version>10.0</Version> - Run Visual Studio 2010 and CopySourceAsHtml works fine
© Geeks with Blogs or respective owner