I'm having a problem very similar to this here . In short, I have an application that runs with ASP.NET MVC 4, using the .NET Framework 4.0, using the same Oracle access DLL, the System.Data.OracleClient.dll
Version 2.0.50727.
I did what was suggested in the answers and the problem persists.
I tested two scenarios:
When using the 64-bit configured IIS Express server, the system displays the error
OCIEnvCreate failed with return code -1, but the text of the error message was not available
When running the application using IIS Express configured to run at 32 bits, it will display the error
ORA-06413
Has anyone ever had the similar error? When using the same DLL in a WinForms application the error does not occur and the system connects to Oracle without major problems.