0
我可以在ASP.NET Core 2.0應用程序中引用RegistryKey類,但不能在Console .NET 2.0 Core App中引用。這是爲什麼?RegistryKey可以在ASP.NET Core 2.0應用程序中引用,但不在Console .NET 2.0 Core應用程序中
當我嘗試在RegistryKey中引用OpenBaseKey()(一種靜態方法)時,出現以下編譯錯誤。
The name 'RegistryKey' does not exist in the current context
我使用VS2017,我的項目是針對.NET Core 2.0(非標準2.0)。