I have added 'using' statements for each one of these at the top of the class I created to test them.
I added some code from one of the examples here and noted that the Intellisense was working for the new objects , I could examine them fine in the object browser.
However, when I come to build and run the project, I get
Code: Select all
Error 4 The type or namespace name 'VaultClientIntegrationLib' could not be found (are you missing a using directive or an assembly reference?)
What have I missed?
Rob