I copied the Vault API sample VaultList and changed it to log in to our Vault. I tried to open in Visual Studio 2013. When I debugged the code, it failed on login. Then I tried to download Visual Studio 2015 Community. When I debug with this I get an error
The command "xcopy "C:\VaultListVS2015\..\..\..\bin\x64\clmloader.dll" "C:\VaultListVS2015\bin\x64\Debug\" /y" exited with code 4.
Does anyone have a tip?
Do I need Visual Studio 2015 Enterprise?
Solved! Go to Solution.
I copied the Vault API sample VaultList and changed it to log in to our Vault. I tried to open in Visual Studio 2013. When I debugged the code, it failed on login. Then I tried to download Visual Studio 2015 Community. When I debug with this I get an error
The command "xcopy "C:\VaultListVS2015\..\..\..\bin\x64\clmloader.dll" "C:\VaultListVS2015\bin\x64\Debug\" /y" exited with code 4.
Does anyone have a tip?
Do I need Visual Studio 2015 Enterprise?
Solved! Go to Solution.
Hi Peter,
There is a post build event that is trying to copy clmloader.dll to the same directory as the .exe. Below is a screenshot to help explain. The error indicates that visual studio is unable to copy the file. (clmloader.dll is needed for licensing with Vault 2017). Can you try copying clmloader.dll manually? It should reveal what the problem is. (Maybe directories are read only)
Thanks,
Wayne
Hi Peter,
There is a post build event that is trying to copy clmloader.dll to the same directory as the .exe. Below is a screenshot to help explain. The error indicates that visual studio is unable to copy the file. (clmloader.dll is needed for licensing with Vault 2017). Can you try copying clmloader.dll manually? It should reveal what the problem is. (Maybe directories are read only)
Thanks,
Wayne
Thanks a lot Wayne
I get it to work now. If I copy clmloader.dll to the root of the project, it works.
Thanks a lot Wayne
I get it to work now. If I copy clmloader.dll to the root of the project, it works.
Thanks a lot Wayne
I get it to work now. If I copy clmloader.dll to the root of the project, it works.
Thanks a lot Wayne
I get it to work now. If I copy clmloader.dll to the root of the project, it works.
Can't find what you're looking for? Ask the community or share your knowledge.