tmccar
tmccar

Reputation: 85

Build error in Visual C#

In Visual C# Express, when I try to Build Solution, I get the following message:

"The command "copy C:\Program Files.....\vaultforms.dll C:\Documents and Settings\All Users \Application Data......\Vault2012\Extensions\"" exited with code 9009.

(I have only shown part of the paths here but it should be enough to explain the issue)
How can I avoid this error?

Upvotes: 1

Views: 2505

Answers (2)

saTech
saTech

Reputation: 441

Check Path in Environment variable, some basics path information may be missing like visual studio installed path.

Upvotes: 0

eouw0o83hf
eouw0o83hf

Reputation: 9598

Check out some other "Exited with Code 9009" errors?

What does "exited with code 9009" mean during this build?

http://support.microsoft.com/kb/908268

Upvotes: 1

Related Questions