【发布时间】:2016-12-28 16:35:02
【问题描述】:
我正在使用 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.
我在哪里可以找到这个程序集?
【问题讨论】:
-
Crystal ball 说您并没有真的打算为 VS2017 候选版本使用一个包。 VS2015的版本号是14.0
-
我没有 VS 2017 类版本的 MSDN 的 URL,但是使用这个类来阅读 VS 2017 RC 设置。更新的问题。