Visual Studio 2015 Community Xcopy?

Visual Studio 2015 Community Xcopy?

Anonymous
Not applicable
5,370 Views
3 Replies
Message 1 of 4

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
Accepted solutions (1)
5,371 Views
3 Replies
Replies (3)
Message 2 of 4

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
Message 3 of 4

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
Message 4 of 4

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