开发者

Deploying .Net Windows Applications that depends on ODP.NET

I have an application (.net 3.5 app) that depends on odp.net (11g). I had installed the odp.net开发者_如何学C 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?


I think this is a microsoft visual C runtime V. 7.1 dll. Is the microsoft visual C runtime V. 7.1 installed on the machine?

this may help


I got the problem figured out, without installing the Visual C run time... Instead of using the XCopy installation, i used the ODP.NET Installer... Works fine now...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜