c# 4.0 - Getting compile time errors after installing Box.V2 NuGet package -


i have installed lates box.v2 v1.1.4 nuget package c# class library project has framework 4.0. after installing project wrote below piece of code:

var boxconfig = new boxconfig(clientid, clientsecret, redirecturl); var boxclient = new boxclient(boxconfig, null); var oauthsession = boxclient.auth.authenticateasync(authorizationcode).result; 

i have referred appropriate box namespaces in class file. after compilation below error:

"the type or namespace name 'box' not found (are missing using directive or assembly reference?)"

could please me figure out problem here?

i created new project provided code , referenced package nuget. not getting compilation errors. have tried fresh project confirm behavior?

if expand references node in project there yellow exclamation points?


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -