Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Visual Studio 2015 Community Xcopy?

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
4071 Views, 3 Replies

Visual Studio 2015 Community Xcopy?

Anonymous
Not applicable

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?

0 Likes

Visual Studio 2015 Community Xcopy?

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?

3 REPLIES 3
Message 2 of 4
wayne.brill
in reply to: Anonymous

wayne.brill
Collaborator
Collaborator

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)

 

Post_Build_Events_2017_WB.jpg

 

 

Thanks,

Wayne



Wayne Brill
Developer Technical Services
Autodesk Developer Network

0 Likes

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)

 

Post_Build_Events_2017_WB.jpg

 

 

Thanks,

Wayne



Wayne Brill
Developer Technical Services
Autodesk Developer Network

Message 3 of 4
Anonymous
in reply to: wayne.brill

Anonymous
Not applicable
Accepted solution

Thanks a lot Wayne

 

I get it to work now. If I copy clmloader.dll to the root of the project, it works.

 

0 Likes

Thanks a lot Wayne

 

I get it to work now. If I copy clmloader.dll to the root of the project, it works.

 

Message 4 of 4
Anonymous
in reply to: wayne.brill

Anonymous
Not applicable

Thanks a lot Wayne

 

I get it to work now. If I copy clmloader.dll to the root of the project, it works.

 

0 Likes

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.

Post to forums  

Autodesk Design & Make Report