1
I’m having a problem very similar to this one. To summarize, I have an application that runs with ASP.NET MVC 4, using . NET Framework 4.0, using the same DLL of access to Oracle, System.Data.OracleClient.dll
Version 2.0.50727.
I realized what was suggested in the answers and the problem persists.
I tried two scenarios:
When using the 64-bit IIS Express server, the system displays the error
Ocienvcreate failed with -1 return code, but the error message text was not available
When running the application using IIS Express configured to run in 32 bits it shows the error
ORA-06413
Has anyone ever had similar error? By using the same DLL in a Winforms application the error does not occur and the system connects to Oracle without major problems.
By "Forms" you refer to Windows Forms?
– Jéf Bueno
Yes. This other application uses Windows Forms and I have another console application that also works with the same DLL.
– Hendrig Wernner