Project1(ASP.NET WebApp) has a reference to DAL.dll (DAL comes from Data Access Layer). Project2(Class Library) also has a reference to a totally different DAL.dll.
I added Project2 as a reference to Project1, but when I run the program I get an error because Project2 uses the DAL.dll of Project1.
What to do?