Application crashing when talking to oracle unless executable path contains spaces

前端 未结 4 1697
名媛妹妹
名媛妹妹 2021-01-15 13:09

We have an x-files problem with our .NET application. Or, rather, hybrid Win32 and .NET application.

When it attempts to communicate with Oracle, it just dies. Vani

4条回答
  •  伪装坚强ぢ
    2021-01-15 13:46

    You should probably see if you can reproduce the problem it with a simple application that only tries to open a connection to Oracle. That way you can be 100% sure that the problem is with OracleConnection or the Oracle driver and not with your own code.

提交回复
热议问题