在哪里可以找到 Microsoft.VisualStudio.RegDetour 程序集?
Where to find Microsoft.VisualStudio.RegDetour assembly?
我正在使用 NuGet 包 https://www.nuget.org/packages/Microsoft.VisualStudio.Settings.15.0/15.0.25824-RC
当我尝试通过 ExternalSettingsManager.CreateForApplication(devenvPath);
加载 Visual Studio 2017 RC 设置时抛出异常:
Could not load file or assembly 'Microsoft.VisualStudio.RegDetour, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
在哪里可以找到这个程序集?
我正在使用 NuGet 包 https://www.nuget.org/packages/Microsoft.VisualStudio.Settings.15.0/15.0.25824-RC
当我尝试通过 ExternalSettingsManager.CreateForApplication(devenvPath);
加载 Visual Studio 2017 RC 设置时抛出异常:
Could not load file or assembly 'Microsoft.VisualStudio.RegDetour, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
在哪里可以找到这个程序集?