Hi there,
Trying to build integration between our web app and Box. Already set the custom app at Box and got all required parameters. When running code in debug (VS 2015):
var boxConfig = new BoxConfig(clientId, clientSecret, enterpriseId, privateKeyPath, privateKeyPassword, publicKeyId);
var boxJWT = new BoxJWTAuth(boxConfig);I'm getting the error {"Object reference not set to an instance of an object."} with no other reference or detail. Any idea why this can be happening?
Thanks in advance,
Cheers, Danfer.

