
I took a 3 week vacation and when I came back, I get this error, but ONLY on my local machine (never happened before I left).

It's also worth noting is that the above log shows QTAgent32_40.exe even though I have selected in Visual Studio menu TEST -> Test Settings -> Default Processor Architecture -> X64. It states the assembly was not found in the GAC, but I did found it: C:\Windows\Microsoft.NET\assembly\GAC_64\Oracle.DataAccess\v4.0_4.112.3.0_89b483f429c47342\\ LOG: All probing URLs attempted and failed. LOG: Attempting download of new URL file:///C:/./TestResults/./Out/Oracle.DataAccess/. LOG: Attempting download of new URL file:///C:/./TestResults/./Out/.

LOG: Post-policy reference: Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342 LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v9\config\nfig. LOG: Using application configuration file: C:\.\TestResults\.\Out\.DLL.config LOG: This bind starts in default load context. , Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. LOG: Appbase = file:///.C:/./TestResults/./OutĬalling assembly. LOG: DisplayName = Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342 Running under executable C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\QTAgent32_40.exe The system cannot find the file specified.Īssembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v9\clr.dll This is the log taken from Fusion Log Viewer: *** Assembly Binder Log Entry ( 04:50:07 p.m.) ***īind result: hr = 0x80070002. It seems that only Microsoft.Net Unit Test Framework (MSTest) is not able to load the assembly. I even have some other projects using Oracle.DataAccess that run in this machine without problems. I have Oracle.DataAccess in the project references (added through NuGet) and I have I have the Oracle Data Provider installed. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies.


I'm trying to run some unit tests that perform execute some SQL commands directly to an Oracle database and I get the following exception when the unit tests are started:
