User-177304581 posted
My project/solution compiles successfully. However, when I deploy it to IIS, I get an error “BC2017 could not find library “, (which I created). Let’s call it “mystuff.dll”. The error messages shows a forward
slash in the path, i.e. “c:\webapp\bin/mystuff.dll”. Is this why it can’t find the DLL (which is indeed in that folder). If so, how can I change the path?