3F / DllExport

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

ERROR MSB4062 Task could not be loaded #95

Closed kevinkouketsu closed 5 years ago

kevinkouketsu commented 5 years ago

How to reproduce

I don't know exactly. I'm just trying to create compile a simple program.

Version, configuration, commands:

Versions: 1.2.7 lastest stable

Configuration: Project test, debug x86, .NET Any version

Project files, samples:

Just a empty project with a .cs. I've added the lib with nuget and compile.

log

error MSB4062: The "RGiesecke.DllExport.MSBuild.DllExportAppDomainIsolatedTask" task could not be loaded from the assembly C:\Users\path\source\repos\WpfControlLibrary1\packages\UnmanagedExports.1.2.7\tools\RGiesecke.DllExport.MSBuild.dll. Could not load file or assembly 'Microsoft.Build.Utilities, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. O sistema não pode encontrar o arquivo especificado. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

I used the same lib on another computer and just work fine.


3F commented 5 years ago

Your package does not related to this project. We are here: https://www.nuget.org/packages/DllExport/