Yes, tried that. I have now manually added TurboActivate.dat into the MonoBundle folder alongside the exe file and the dylib file. Also in desperation I've put it in the MacOS folder, the Resources folder and the the Contents folder, and in the package alongside the Contents folder. It is a newly downloaded copy of our TurboActivate.dat. I still see the same message. Is there a particular dat file for OSX? What am I missing? The code is
namespace ISISVision{
static class MainClass { static TurboActivate ta; //readonly static bool isGenuine;
static void Main (string[] args) { // Don't use 0 for either of these values. // We recommend 90, 14. But if you want to lower the values we don't recommend going // below 7 days for each value. Anything lower and you're just punishing legit users. const uint DaysBetweenChecks = 90; const uint GracePeriodLength = 14; NSApplication.Init (); try { ta = new TurboActivate("our GUID");
Any ideas at all?Neil