You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the modules loaded by devenv.exe and msbuild.exe it seems that devenv.exe loaded NsDepCop.MsBuildTask.dll directly (instead of delegating this task to msbuild.exe). And because the NsDepCop VSIX is also loaded by devenv.exe, NsDepCop.MsBuildTask.dll finds a different instance (and version) of NsDepCop.Core.dll than expected. Instead of the one at the NuGet package folder (where NsDepCop.MsBuildTask.dll was loaded from) it finds the one at the VSIX folder where there's no NsDepCop.ServiceHost.exe so it can't activate it.
Looking at the modules loaded by devenv.exe and msbuild.exe it seems that devenv.exe loaded NsDepCop.MsBuildTask.dll directly (instead of delegating this task to msbuild.exe). And because the NsDepCop VSIX is also loaded by devenv.exe, NsDepCop.MsBuildTask.dll finds a different instance (and version) of NsDepCop.Core.dll than expected. Instead of the one at the NuGet package folder (where NsDepCop.MsBuildTask.dll was loaded from) it finds the one at the VSIX folder where there's no NsDepCop.ServiceHost.exe so it can't activate it.
NsDepCop VSIX version: 1.10.0.240
NsDepCop NuGet package version: 1.9.0.234
The text was updated successfully, but these errors were encountered: