【问题标题】:Software loading error problem软件加载错误问题
【发布时间】:2010-05-19 13:53:45
【问题描述】:

VB6 和 SQL Server 2005

When i run the Windows based Software exe file, 
it is showing the login page, 
after login page - no screen is displaying, 
I checked the task manager, in task manager it is showing as software as running,
But there is no page is appearing.

是否有任何防火墙阻塞或其他问题。但是软件正在运行而没有显示任何内容。

如何解决这个问题?

【问题讨论】:

  • 当您尝试对 AI 库进行编程时会发生这种情况吗?还是运行excel?

标签: .net windows vb.net sql-server-2005 vb6


【解决方案1】:

我会检查你的代码。特别是在登录屏幕卸载后运行的代码。也许您正在运行一个没有接口且不会卸载的 com 对象,例如 dll。或者可能是一个运行不会终止的例程的函数。

【讨论】:

    【解决方案2】:

    您能否通过使用不同的程序(例如 SQL Server Management Studio)以相同的凭据登录服务器?

    如果您仍然无法通过其他 EXE 登录服务器,那么我怀疑防火墙阻止了该端口。否则,问题可能出在您的代码中。

    【讨论】:

      【解决方案3】:

      也许您的连接字符串有无限的连接超时(值为零),您无法连接,但您不能超时。通过添加到您的连接字符串 Connection Timeout=15; 来设置显式超时,运行应用程序,然后等待 15 秒以显示错误消息。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-12-25
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-03-02
        • 2015-03-29
        相关资源
        最近更新 更多