C# 应用程序在发布后挂起
我有一个使用 ODP.net 的应用程序。它在 Visual Studio 调试中运行。当我将其发布到同一台 PC 时,我运行 setup.exe,它安装、启动并运行良好。当我转到 exe 并从那里启动它时,它挂起。我注释掉了对 oracle 方法的调用,重新发布并运行。我知道我包含了 dll。有什么想法吗?
I have an app that uses ODP.net. it runs in visual studio debug. when I publish it to the same PC, I run setup.exe and it installs, starts and runs fine. When I go to the exe and start it from there it hangs. I commented out the calls to the oracle methods, republished and it runs. I know I included the dll. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还需要安装一些本机库。
请按照此博文中的说明进行操作或者查找Oracle官方文档。
You need to install some native libraries too.
Follow the instructions at this blog post or find the official Oracle documentation.