Renee Petris
Renee Petris
I had this error because of a difference between the scopes allowed for a sandbox account and a production account. Once I logged in with the correct account type to...
I am assuming you are asking about the code. I based my code on the test cases in the library. I created a UserCredential object with the username and password...
I managed to install the latest stable build from nuget, version 1.0.1, into both a Visual Studio desktop and a web app targeting .Net Framework 4.8. I also installed 1.0.0...
I'm using Visual Studio 2019 Community Edition and installing using the nuget package manager. You might want to try installing via the nuget package manager and see if that works....
The compile error you are getting may be due to using VS 2013. There is a discussion on stack overflow here: https://stackoverflow.com/questions/42509313/the-default-xml-namespace-of-the-project-must-be-the-msbuild-xml-namespace There is a suggestion in the thread to...