• Getting exception 'Non-zero amount must be rounded to whole currency' Sage 50 C# WPF?

    FormerMember
    FormerMember
    When I try to add an amount in AmountPaid field & if the amount = 55.23 then it throws an exception with stated text "Non-zero amount must be rounded to whole currency" I tried AmountPaid = Match.Ceiling(amount) which changes the 55.23 to 56 which works…
  • What's New in Sage 50cloud US: 2019. 1 Release!

    Sage Drive Multi-User Functionality If you recall, Sage Drive Multi-User allows your and your team to read or write new and existing transactions in Sage Drive company data files. Regardless of a Local Area Network (LAN) or working remotely, users can…
  • Sage 50 SDK installation on Windows 10

    Hi Expers: After my Sage 50 2018.2 SDK installation on Windows 10 I got problem when I tried to create a Login Object by COM: Unable to cast COM object of type 'System.__ComObject' to interface type 'PeachtreeAccounting.Login'. This operation…
  • How do you keep from having to 'allow access' every time you run your app?

    I have an Application ID and I can start a new session and open our production company, but every time I (or anyone) runs this c# .net app it always says that I have to open Sage and allow access. I open Sage and select 'Always Allow' but we have to do…