resolveassemblyreference

What is ResolveAssemblyReference.cache?

╄→尐↘猪︶ㄣ 提交于 2019-12-03 05:28:31
问题 I'm trying to figure out what this file is (or rather, these files are) for. I've found a number of webpages that mention it, but the answer to the question is always something like "this file is not your problem" -- without describing what the file is. I don't seen an obvious page on MSDN, either. The files themselves are pretty big, and not text-only (though they have a lot of text). I'm guessing it's something used during compilation only, though the modification date is older than any of

Error “Metadata file '…\\Release\\project.dll' could not be found in Visual Studio”

强颜欢笑 提交于 2019-11-27 11:04:05
Recently I started to get this message randomly: Metadata file '...\Release\project.dll' could not be found in Visual Studio I have a solution with several projects in it. The current build mode is Debug and all projects' configurations are set to Debug. But when I try to run the main project - sometimes it gives me a few errors, all of which are "Metadata file '...\Release\projectX.dll' could not be found" - and, look, it says about RELEASE folder, though current mode is Debug. Why? I tried to search for reference to "Release\projectX.dll" inside all solution files, and I found one in

Error “Metadata file '…\Release\project.dll' could not be found in Visual Studio”

梦想的初衷 提交于 2019-11-26 17:59:00
问题 Recently I started to get this message randomly: Metadata file '...\Release\project.dll' could not be found in Visual Studio I have a solution with several projects in it. The current build mode is Debug and all projects' configurations are set to Debug. But when I try to run the main project - sometimes it gives me a few errors, all of which are "Metadata file '...\Release\projectX.dll' could not be found" - and, look, it says about RELEASE folder, though current mode is Debug. Why? I tried