0

There's a list of references listed in the Property Pages for an ASP.NET website. Where is this list stored? When a reference is added, the DLL is added to the bin, but this list doesn't seem to be a list of DLLs in the bin folder.

We are having trouble needing to re-add references to a project after pulling it down from source control on a new machine, and trying to determine what needs to be included in source control to prevent the need to re-add everything.

Josh Russo
  • 3,080
  • 2
  • 41
  • 62
  • Are talking about the WEB.CONFIG file? – Zeddy Aug 15 '18 at 21:29
  • 1
    Possible duplicate of [Where are components (dll) references stored in ASP.NET?](https://stackoverflow.com/questions/2469268/where-are-components-dll-references-stored-in-asp-net) – Mohsin Mehmood Aug 15 '18 at 21:55
  • 1
    https://stackoverflow.com/questions/398037/asp-net-web-site-or-asp-net-web-application – JKerny Aug 16 '18 at 04:20

1 Answers1

0

So the answer to my primary problem of cloning the solution and not needing to re-do all of the references was to ensure that the *.dll.refresh files are in source control. Thank you to Mohsin for his possible duplicate post, which had a reference to this in a comment for the excepted answer.

Josh Russo
  • 3,080
  • 2
  • 41
  • 62