如何修复VS2015软件包加载失败'VisualBasicPackage'?



我有一个解决方案中的项目,从Visual Studio 2010到Visual Studio 2015,再到Update 1。我刚刚在Windows 7 Continuous Integration构建服务器上安装了带有更新1的VS2015,我收到了以下错误。我已经在网上搜索了几天了,但没有关于如何解决这个问题的线索。我在这里读到过类似的帖子,这些帖子与其他未加载的"包"有关,但推荐的修复程序对此不起作用。我已经卸载并重新安装了vs2015几次,但仍然会出现同样的错误。关于如何修复,有什么想法或想法吗?

Package 'VisualBasicPackage' failed to load.
C:WorkspacesAHLTACurrentProductProductionSharedSecuritySecurity.vbproj : error  : The application for the project is not installed.
Package 'VisualBasicPackage' failed to load.
C:WorkspacesAHLTACurrentProductProductionSharedSharedShared.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:WorkspacesAHLTACurrentProductproductionDataLayerDmdcImmunizations.MessagingImmunizations.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错误:程序包';visual c++包';未能加载

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

相关内容

  • 没有找到相关文章

最新更新