System.String Sage.Simply.Work.Repository.get_Func19() Error

SUGGESTED

I upgraded our sage .Net SDK to 2018.0. But now when I run our application and try to access sage data I get an exception: System.String Sage.Simply.Work.Repository.get_Func19()

on this line of code: 

SDKInstanceManager.Instance.SetAlertImplementation(new SageAutoAlertHandler());
var result = SDKInstanceManager.Instance.OpenDatabase(file,user,password,true,"Our App","OA",1);

The data file seems to open find in Sage 2017.2. Do I need to upgrade the file to 2018.0 before it will work?

Please help!!!

Parents
  • 0
    SUGGESTED

    Mohamed Fawzy said:
    sage .Net SDK to 2018.0

    Mohamed Fawzy said:
    Do I need to upgrade the file to 2018.0 before it will work?

    As far as I know, software produced using the SDK is only compatible with one version.

    If you want to test this, you could open the precompiled 'sample' C# SDK executable, and try using it to open the Universl.SAI sample data that is included with each release of Sage 50. 

    The SDK seems to be case-sensitive for the username, the sample file username is 'sysadmin' all lower case, and no password.

Reply
  • 0
    SUGGESTED

    Mohamed Fawzy said:
    sage .Net SDK to 2018.0

    Mohamed Fawzy said:
    Do I need to upgrade the file to 2018.0 before it will work?

    As far as I know, software produced using the SDK is only compatible with one version.

    If you want to test this, you could open the precompiled 'sample' C# SDK executable, and try using it to open the Universl.SAI sample data that is included with each release of Sage 50. 

    The SDK seems to be case-sensitive for the username, the sample file username is 'sysadmin' all lower case, and no password.

Children
No Data