Cannot Compile in VS2010
Posted: Fri May 28, 2010 3:38 am
I'm using VS2010 and have added references to VaultClientIntegrationLib, VaultClientOperationsLib & VaultLib.
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
in fact , I get it for all 3 objects.
What have I missed?
Rob
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