Squirrel.Windows icon indicating copy to clipboard operation
Squirrel.Windows copied to clipboard

Cannot Install NormalizePath not found

Open compugator2 opened this issue 4 years ago • 2 comments

I am using the Package Manager and I keep trying to install into my Visual Studio 15 but I cannot get past this error:

Install-Package : Invalid static method invocation syntax: "[MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)..\tools')". Method '[MSBuild]::NormalizePath' not found. Static method invocation should be of the form: $([FullTypeName]::Method()), e.g. $([System.IO.Path]::Combine(a, b)).

Any suggestions on what I need to do or I am missing?

compugator2 avatar Mar 20 '20 14:03 compugator2

This seems to be a problem with VS2015. Did you try with Nuget Package Manager ?

keytrap-x86 avatar Apr 28 '20 12:04 keytrap-x86

please see https://github.com/Squirrel/Squirrel.Windows/issues/1610#issuecomment-687695355

owns avatar Sep 13 '20 08:09 owns