I am evaluating the Revulytics SDK and have some troubles initializing the telemetry client. I am using C# and although I set the paths correctly, according to http://devzone.revulytics.com/docs/v4/NET/sdk-configuration.html
I get “Config not created” error in the GenericReturn object I am using to collect the result of the Start() method of the telemetry object.
string executionPath = "C:\Projects\RevulyitcsTest\Bin";
and then
telemetryObj = InitializeTelemetry();
GenericReturn test = telemetryObj.Start(true, false);
Put a breakpoint there, identify that folder and verify if the Revulytics binaries exist there.