exception - 'Nuget.EnvironmentUtility' 的类型初始值设定项引发异常

标签 exception visual-studio-2013 nuget

我在我的第二台电脑上遇到同样的问题。我认为它必须是我在 Visual Studio 中使用的工具的组合,但我经常收到此错误。

Install-Package : The type initializer for 'NuGet.EnvironmentUtility' threw an exception.
At line:1 char:35
+ get-project -all | Install-Package <<<<  xamarin.forms
    + CategoryInfo          : NotSpecified: (:) [Install-Package], TypeInitializationException
    + FullyQualifiedErrorId : System.TypeInitializationException,NuGet.PowerShell.Commands.InstallPackageCommand

我最终搞砸了卸载/重新安装 nuget,重新启动我的机器,并删除配置文件,直到它再次工作。我永远不知道究竟是哪个部分真正修复了它。

有没有其他人看到这个?正确的解决步骤是什么?

Microsoft Visual Studio Professional 2013 Version 12.0.31101.00 Update 4 Microsoft .NET Framework Version 4.5.50938

Installed Version: Professional

Team Explorer for Visual Studio 2013 06177-004-0444002-02083 Microsoft Team Explorer for Visual Studio 2013

Visual Basic 2013 06177-004-0444002-02083 Microsoft Visual Basic 2013

Visual C# 2013 06177-004-0444002-02083 Microsoft Visual C# 2013

Visual C++ 2013 06177-004-0444002-02083 Microsoft Visual C++ 2013

Visual F# 2013 06177-004-0444002-02083 Microsoft Visual F# 2013

Visual Studio 2013 Code Analysis Spell Checker
06177-004-0444002-02083 Microsoft® Visual Studio® 2013 Code Analysis Spell Checker

Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.

Application Insights Tools for Visual Studio Package 1.0 Application Insights Tools for Visual Studio

ASP.NET and Web Tools 12.4.51016.0 Microsoft Web Developer Tools contains the following components: Support for creating and opening ASP.NET web projects Browser Link: A communication channel between Visual Studio and browsers Editor extensions for HTML, CSS, and JavaScript Page Inspector: Inspection tool for ASP.NET web projects Scaffolding: A framework for building and running code generators Server Explorer extensions for Microsoft Azure Websites Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Microsoft Azure

ASP.NET Web Frameworks and Tools 2012.2 4.1.21001.0 For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013 5.2.21010.0 For additional information, visit http://www.asp.net/

Common Azure Tools 1.3 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

JetBrains ReSharper Platform 6 Build 6.0.20141219.120158 on 2014-12-19 12:56:02Z JetBrains ReSharper Platform package for Microsoft Visual Studio. For more information about ReSharper Platform, visit http://www.jetbrains.com/resharper. Copyright © 2015 JetBrains, Inc.

Microsoft Azure Mobile Services Tools 1.3 Microsoft Azure Mobile Services Tools

NuGet Package Manager 2.8.60318.734 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PowerShell Tools 1.3 Provides file classification services using PowerShell

PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools 12.0.41012.0 Microsoft SQL Server Data Tools

Windows Phone 8.1 SDK Integration 1.0 This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio.

Xamarin 3.11.445.0 (5061f92) Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin.Android 5.1.0.115 (d23da369e436488f38c8ab8fe8a9ae7d9ea5256b) Visual Studio plugin to enable development for Xamarin.Android.

Xamarin.Forms Intellisense 1.0 Provides intellisense for Xamarin.Forms in the XML editor.

Xamarin.iOS 8.10.0.0 (7741cc495ab0baf04ff0405d0604bc27f0ecae2e) Visual Studio extension to enable development for Xamarin.iOS.

Xamarin.iOS Unified Migration 1.0 Automated migration for Xamarin iOS Classic projects to Unified

Xamarin.TestCloud.Integration 1.0 Early preview of Xamarin Test Cloud integration

最佳答案

我得到了这个并通过在重新打开问题的解决方案之前关闭 VS 的所有实例来解决它。

关于exception - 'Nuget.EnvironmentUtility' 的类型初始值设定项引发异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30006743/

相关文章:

c# - 创建一个我希望处理的自定义异常是个好主意吗?

c++ - 我什么时候应该真正使用 noexcept?

c# - 为什么在 C# 中启用多行的 TextBox 控件上禁用 CTRL+A 快捷方式?

c# - Nuget DLL hell : Could not load file or assembly System. 运行时

c# - 在 NuGet 中包含控制台应用程序的最佳实践

c# - 无法在 Visual Studio 2012 中安装任何 NuGet

c++ - throw/catch on stack unwind 是否安全?

visual-c++ - 如何关闭 MSVC 中的异常处理?

c# - RDotNet 数据帧查询

c# - 如何从 visual studio 中的文本编辑器中删除虚线?