it often happens when i compile the libcaffe using VS2013
such as :
错误 3 error MSB4062: 未能从程序集 E:\code\caffe-master\NugetPackages\gflags.2.1.2.1\build\native\private\coapp.NuGetNativeMSBuildTasks.dll 加载任务“NuGetPackageOverlay”。未能加载文件或程序集“file:///E:\code\caffe-master\NugetPackages\gflags.2.1.2.1\build\native\private\coapp.NuGetNativeMSBuildTasks.dll”或它的某一个依赖项。另一个程序正在使用此文件,进程无法访问。 (异常来自 HRESULT:0x80070020) 请确认 声明正确,该程序集及其所有依赖项都可用,并且该任务包含实现 Microsoft.Build.Framework.ITask 的公共类。 E:\code\caffe-master\NugetPackages\gflags.2.0.1.0\build\native\gflags.targets 329 5 libcaffe
it usually happenes on OpenCV or glag
Normally, i uninstall and reinstall them in NuGet. but it happened frequently.
how to solve it in other way?? thank you for your time