Hi guys,
I have an application (.net 3.5 app) that depends on odp.net (11g). I had installed the odp.net on the production machine, i deployed my binaries. The program works fine, however it displays an error like this:
This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix the problem.
The machine has Windows 2003 R2 as OS. This error occurs on the catch Oracle Exception block of my code. The program is supposed to display a message box indicating the error. It works as expected in my development machine... Could you help me in how to fix this error?