0

I have renamed a VS Solution and Project as per the steps in Proper way to rename solution (and directories) in Visual Studio However when I delete the Bin and OBJ folders all my references are gone. When I return the Bin folder references are back. I want to delete the BIN folder create DLLs a fresh.

Keyur Ramoliya
  • 1,900
  • 2
  • 16
  • 17
tmndungu
  • 320
  • 4
  • 17
  • Your .proj file most likely has references with paths to that bin folder or their hintpath points to it. – rene Jun 24 '18 at 12:14
  • @rene You are right, I have just checked on Properties and they are pointing to Bin folder eg ..\\bin\DotNetOpenAuth.Core.dll . What would be the right path to point to and do I change the path manually for all? – tmndungu Jun 24 '18 at 12:22
  • 1
    I don't know what the right path is, you have access to the folders and files on your system, I don't. Normally you would add these references with nuget package manager: https://www.nuget.org/packages/DotNetOpenAuth which would give you a packages.config and a packages folder for each package you added. The package manager handles the dependencies. – rene Jun 24 '18 at 12:43

0 Answers0