locked
Visual studio 2012 unable to publish RRS feed

  • Question

  • User-534300708 posted

    Hi All,

    I am using VS 2012.  Unable to publish to, When I click publish it displays error " The publishing extension not installed which is required to publish. You can install from link http://go.microsoft.com/fwlink/?LinkID=208120 "

    I tried to repair VS 2012 as per one of the article but didn't work. Any suggestions.

    Wednesday, July 29, 2020 9:08 AM

Answers

  • User1535942433 posted

    Hi Chait,

    Accroding to your description,as far as I think,you could reinstall the following items to your GAC using the following commands from the vs command line run as an administrator:

    gacutil -i "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Web Tools\Publish\Microsoft.VisualStudio.Web.Publish.dll"  
    gacutil -i "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Web Tools\Publish\Microsoft.VisualStudio.Web.Internal.Contracts.dll"

    Best regards,

    Yijing Sun

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, July 30, 2020 8:34 AM