SDKInstanceManager.Instance.OpenDatabase always returning false with no reason why or error message

I have a C# application that executes a call to SDKInstanceManager.Instance.OpenDatabase to open the data file but it keeps returning false, and it does not give any error message as to why. I have the proper parameters sent because this same data file and same code is working on our production and staging servers. Why is it not working on my development machine?

  • 0

    ray9999 said:
    Why is it not working on my development machine?

    Because something is different.  I can't much more than guess.   If you search all the forums you'll probably find the same references to .NET versions and compile targets that I did.

    ray9999 said:
    it keeps returning false, and it does not give any error message as to why.

    If you start your application from a command prompt, there may be an error message to stdout.

    I think there is a specific forum for third party developers that may get you a response from those who know much more than I.

  • 0
    Have you found a solution to this? I'm experiencing the same issue right now.