IsVisualStudio2012ProInstalled() method not found error when running an SSIS package from VS2012

后端 未结 6 1102
野的像风
野的像风 2020-12-23 11:21

I\'m trying to run an SSIS package in Visual Studio 2012. When I click the \"Start\" button I get this very odd error in a popup from Visual Studio:

Method          


        
6条回答
  •  悲哀的现实
    2020-12-23 12:09

    If you're running across this issue somewhat after the fact (as I did), it appears that it has been fixed in a later release of the SSDT-BI tools installer. Either that, or the process of re-installing fixed it for me.

    The file name of the installer on the download page has not changed, but there was a new version released in March of 2015. The new version number is 11.0.5583.0, and the previous version that was causing this error was 11.0.3436.0.

    So a simple update might be sufficient. It worked for me with no changes to the GAC.

提交回复
热议问题