读书人

An unhandled exception occurred dur

发布时间: 2014-01-28 21:29:06 作者: rapoo

ASP.NET的应用系统,
调用dll时出现以下信息,没办法解决:

@##Unable to load DLL (oci.dll).
Description:An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more information
about the error and where it originated in the code.


------解决方法--------------------------------------------------------
尝试一下在客户端用pl/sql能不能正常链接数据库.
------解决方法--------------------------------------------------------
参考一下:

http://www.bitscn.com/oracle/optimize/200611/82310.html

http://blog.csdn.net/ludbul/archive/2005/06/22/400657.aspx
------解决方法--------------------------------------------------------
http://hi.baidu.com/birdsmaller/blog/item/bd8acebfb7cbeb0a18d81f79.html
------解决方法--------------------------------------------------------
实在不行的话用regsvr32.exe把 oci.dll注册一下试试

探讨
应该是程序找不到oci.dll所致。
把oci.dll所在的目录添加到环境变量PATH中就可以解决了.


引用:
ASP.NET的应用系统,
调用dll时出现以下信息,没办法解决:

@##Unable to load DLL (oci.dll).
Description:An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more information
about the error and where it o…
        

读书人网 >oracle

热点推荐