API Samples -- Cmd Line Client Sample Does Not Build
Posted: Wed Jan 13, 2010 6:35 pm
I have downloaded the API sample, and neither of them will build.
I have found all the assemblies in the VS2003_Client directory inside the main-directory where the source-gear client is installed and repaired all the dll references in the project. But the sample in the CommandLineClientCode directory will not build. The compiler output shows:
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(206): The type or namespace name 'BackupOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(1524): The type or namespace name 'BackupOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(1510): The type or namespace name 'BackupOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(193): The type or namespace name 'CompareToOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(237): The type or namespace name 'DateSortOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(210): The type or namespace name 'DateSortOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(228): The type or namespace name 'UnchangedHandler' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(30): The type or namespace name 'VaultClientIntegrationLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(23): The type or namespace name 'VaultClientIntegrationsLib' could not be found (are you missing a using directive or an assembly reference?)
What have I done wrong?
Thank you
Frustrated.User
I have found all the assemblies in the VS2003_Client directory inside the main-directory where the source-gear client is installed and repaired all the dll references in the project. But the sample in the CommandLineClientCode directory will not build. The compiler output shows:
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(206): The type or namespace name 'BackupOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(1524): The type or namespace name 'BackupOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(1510): The type or namespace name 'BackupOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(193): The type or namespace name 'CompareToOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(237): The type or namespace name 'DateSortOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(210): The type or namespace name 'DateSortOption' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(228): The type or namespace name 'UnchangedHandler' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\VaultCmdLineClient.cs(30): The type or namespace name 'VaultClientIntegrationLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Fortress.API\CommandLineClientCode\UtilityClasses.cs(23): The type or namespace name 'VaultClientIntegrationsLib' could not be found (are you missing a using directive or an assembly reference?)
What have I done wrong?
Thank you
Frustrated.User