本文主要是介绍The command “” exited with code 9009,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
When using the "devexpress "
rebuild the project
I encountered that
the command “gacutil -u ****”exited with code 9009
By using run cmd, and run the command under "c:/program files/microsoft visual studio 8/sdk/v2.0/bin".
That's right.
It seems that the command cannot find the path.
So, add "c:/program files/microsoft visual studio 8/sdk/v2.0/bin" in path of computer environment variables.
Restart the computer,then rebuild.It's OK!
这篇关于The command “” exited with code 9009的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!