Page 1 of 1

Cannot Compile in VS2010

Posted: Fri May 28, 2010 3:38 am
by bermudabob
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

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?)
in fact , I get it for all 3 objects.

What have I missed?

Rob

Re: Cannot Compile in VS2010

Posted: Fri May 28, 2010 9:16 am
by jclausius
Rob,

When you build, at what step does the compilation error refer to? Is it referring to a line in a file?

Would you be willing to to upload your sample project so we could take a look?

Re: Cannot Compile in VS2010

Posted: Mon Aug 23, 2010 2:53 am
by bermudabob
Sorry for the incredibly late reply - its all sorted now - I'd got part of the reference wrong...

Re: Cannot Compile in VS2010

Posted: Mon Aug 23, 2010 8:10 am
by lbauer
Thanks for the update. That's good news. : )
Let me know if we can be of assistance in the future.