Debug or Release mode made no difference to me. Both worked when ran from Visual Studio and both failed running on their own.
I found a work around.
I recompiled the SDK against .NET 4.5 and If I’m using a DEBUG version of my DLL and of the SplunkSDK.dll, it works without Visual Studio.
... View more