Yes, it's compatible. In fact, all users would benefit from the update.
I currently use v3.4.4 and wanted to confirm the update is compatible if I make the switch so my users are not affected.
Thanks in advance
Yes, it's compatible. In fact, all users would benefit from the update.
Wyatt,
Can you confirm the files that I need to use? TurboActivate.dllTurboActivate.exeAnd do I also use TurboActivate.cs?
FYI: I used the three files to replace existing and when I went to build I received several message related to TurborActivate.
Thanks in advanceJosh
Can you confirm the files that I need to use? TurboActivate.dllTurboActivate.exeAnd do I also use TurboActivate.cs?
Yes.
FYI: I used the three files to replace existing and when I went to build I received several message related to TurborActivate.
What messages specifically? Copy & paste any errors you get.
Here are the errors - It may be related to the Namespace used in the new file version as my old file version does not contain the namespace WyDay.TurboActivate it starts with the public static class TurboActivate
Errors received Error 1 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 157 13 REALTMUIError 2 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 158 28 REALTMUIError 3 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 164 46 REALTMUIError 4 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 168 25 REALTMUIError 5 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 168 68 REALTMUIError 6 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 178 40 REALTMUIError 7 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 187 33 REALTMUIError 8 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 227 44 REALTMUIError 9 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 237 37 REALTMUIError 10 The type or namespace name 'InternetException' could not be found (are you missing a using directive or an assembly reference?) E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 244 32 REALTMUIError 11 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 508 21 REALTMUIError 12 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 509 42 REALTMUIError 13 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 540 21 REALTMUIError 14 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 587 17 REALTMUIError 15 The name 'TurboActivate' does not exist in the current context E:\REALTM - Master 12292014 Identifiers\REALTM - Master Sources\REALTMUI\Form1.cs 4047 37 REALTMUI
Thanks in advanceJosh
We added the namespace that was missing on our form since it was not required in previous version 3.4.4. It seems to be working fine and did we do this correctly to maintain compatibility with the new .cs file?
Even though it seems to be working with no issues we are getting the warnings below when we compile in VS2013We get (3) of these all the same 'wyDay.TurboActivate.TurboActivate.IsGenuine(ref bool)' is obsolete: 'This particular override for the IsGenuine() function is obsolete; use the IsGenuine() with no arguments or IsGenuine(uint dayBetweenChecks, uint graceDaysOnInetErr, bool skipOffline = false, bool offlineShowInetErr = false).'
Are these ok and still compatible? We do not have the resources to fix these at this time so I am assuming these are still ok and will work fine. is this correct?
Thanks Josh
It seems to be working fine and did we do this correctly to maintain compatibility with the new .cs file?
Yes, sorry, we should make a note of that in the changes.
Are these ok and still compatible? We do not have the resources to fix these at this time so I am assuming these are still ok and will work fine. is this correct?
Yes, that's correct. And if you do want to fix them, the place to look is the C# example which shows the best way to do things.