如何修复VS2015包“VisualBasicPackage”无法加载?

时间:2015-12-11 13:19:01

标签: visual-studio visual-studio-2010

我的解决方案中的项目从Visual Studio 2010升级到带有Update 1的Visual Studio 2015.我刚刚在Windows 7 Continuous Integration构建服务器上安装了VS2015和更新1,我收到以下错误。我已经在互联网上挖掘了几天,没有关于如何解决这个问题的线索。我在这里读过类似的帖子,这些帖子与其他“软件包”没有被加载有关,但推荐的修复程序对此没有用。我已经卸载并重新安装了vs2015几次,但仍然遇到了同样的错误。关于如何解决的任何想法或想法?

Package 'VisualBasicPackage' failed to load.
C:\Workspaces\AHLTA\Current\Product\Production\Shared\Security\Security.vbproj : error  : The application for the project is not installed.

Package 'VisualBasicPackage' failed to load.
C:\Workspaces\AHLTA\Current\Product\Production\Shared\Shared\Shared.vbproj : error  : Project 'Shared' could not be opened because the Visual Basic 2015 compiler could not be created. Please re-install Visual Studio.

Package 'CSharpPackage' failed to load.
C:\Workspaces\AHLTA\Current\Product\production\DataLayer\Dmdc\Immunizations.Messaging\Immunizations.Messaging.csproj : error  : Project 'Immunizations.Messaging' could not be opened because the Visual C# 2015 compiler could not be created. Please re-install Visual Studio.

更新#1:我想我现在可能已经解决了这个问题。 我找到了这篇文章并尝试了这个建议,现在构建似乎正确编译而没有错误。 vs2012 error: package 'visual c++ package' failed to load

1 个答案:

答案 0 :(得分:0)

以下链接的信息似乎解决了我遇到的问题。 http://happyivyli.blogspot.com/2013/07/visual-c-package-failed-to-load.html