I've written several RETS implementations in the past with an older version of librets-dotnet.dll from 2012 (don't know the version number).
I'm currently writing a new implementation and want to use the newest version of librets-dotnet.dll (1.6.2) and I'm having a bit of an issue. I'm pretty much using the code in the sample here:
If I use the newest version of librets-dotnet.dll, the results return empty. If I use the older 2012 version of librets-dotnet.dll in my current project, the results return fine. I'd like to use 1.6.2 as I assume it has many bug fixes that the older version doesn't have, but I can't see why it wouldn't be working.
Any help would be appreciated.
Thx!