I'm using RFA8 API for C# to subscribe a set of RICs during only a period of time (8 am to 6pm).
Eventually, at 6pm I cleanup everything to prepare for a new subscription at 8am on the following day. The problem is that 2 hours after the new subscription (more or less) the program crashes with an System.AccessViolationException in RFA8_NET120_x64.dll. From the stacktrace, it comes from RFA.Config.ConfigDatabase.
I already tried to Relase the RFA Configuration and Load it again, but the problem continues. Only the first day everything works fine. But on the second day, the problem occurs.
Is someone had the same problem?