Oracle.DataAccess references break everytime that I get latest from TFS using VS2015

113 views Asked by At

I am currently using Oracle.DataAccess (v2.112.3.0) as a reference in my Visual Studio 2015 project. I am working on a team project, so I get the latest version quite often to ensure my code is up to date. My problem is that every time I get latest from TFS my Oracle.DataAccess references break. The only way that I can seem to get them to work again is if I remove them and then reinstall them using the Reference Manager in VS2015. Does anyone have any idea as to what could possibly be causing them to keep breaking?

Thanks. (P.S. I am new to Stack Overflow so sorry if my question isn’t exactly written the best way).

1

There are 1 answers

0
PatrickLu-MSFT On

Even when everything is clean and tidy, Visual Studio will occasionally decide it can't find a file that's right under its nose, or that a file somewhere else on your system looks prettier, and it will break the reference. But this should not occur every time you check in.

Just as comment suggested, first make sure that you didn't move projects around or rename folders etc. Also make sure your ODAC version is same as others or as expected.

Another way is creating a new project to see if this error still exist.