As you may remember I've build a C# wrapper for Everything API (https://github.com/ju2pom/EverythingNet).
The wrapper use Everything_GetMajorVersion and the other similar methods to check if Everything service is started.
I'm now trying to build a windows service that rely on this C# wrapper, but my wrapper reports a 0.0.0.0 version number as if Everything service was not running even though I can see it running (and working with the UI).
Do you know what could be the issue ? Different privilege, not possible ? Maybe checking the version is not a good idea, but I also noted that calling Everything_IsDBLoaded was returning false
![Sad :(](./images/smilies/icon_e_sad.gif)
Thanks for any help !