3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
961 stars 133 forks source link

RGiesecke.DllExport.targets(58,3): error : Microsoft.Build.Utilities.ToolLocationHelper could not find ildasm.exe #103

Closed sperazza closed 5 years ago

sperazza commented 5 years ago

How to reproduce

complile a program with following settings: ...

Version, configuration, commands:

Versions:

Configuration: TargetFramework .Net 4.5

...

Project files, samples:

standard usage, no problem with code, just error message showing on build.

log

...

Tried reinstalling VS 2017 and UnmanagedExports, still getting same error message on build.

..packages\UnmanagedExports.1.2.7\tools\RGiesecke.DllExport.targets(58,3): error : Microsoft.Build.Utilities.ToolLocationHelper could not find ildasm.exe.


3F commented 5 years ago

duplicate of #95