C# - 'Resources' DLL failing to be loaded as it doesn't exist - How might I find the reference so that I can remove it?
问题 I have a C# Solution which spits out an executable binary on compilation. The binary depends on a library which is the product of another solution which I wrote, all code concerned I created. Recently I played around with a number of project settings in a fairly haphazard manner, trying to get a feel for how CLR building an linking works. Unfortunately (predictably?) I have managed to break the linking on my binary but I'm not sure how to fix the issue. When I my binary I get the following