I added a new reference in my project and it works locally but when I copy the site to another server it doesnt work because it cant see the DLL. When I check the object explorer it seems the dll is located at:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Visual Studio Tools for Office\PIA\Office15\Microsoft.Office.Interop.Excel.dll
How can I update this so it points to the dll inside the project and I can copy it? I did look at this answer Visual Studio: Relative Assembly References Paths but there is no paths or reference paths section in my properties window (its a website not an application)