使用Visual Studio中的后期构建事件在Tridion中上载DLL时出错

Vin*_*ant 3 tridion tridion-2011

我试图通过Visual Studio中项目的以下后期构建事件在Tridion Content Manager中上传程序集:C:\ Users \\ Documents\Visual Studio 2010\Projects \\\ bin\Debug \name of dll

Config.xml已通过cmd创建,如下所示:

<?xml version="1.0"?>
<templateAssemblyUploadConfig>
  <targetURL>http://<url>/</targetURL>
  <userName>domain\user id</username>
  <password>password</password>
  <uploadPDB>false</uploadPDB>
</templateAssemblyUploadConfig>
Run Code Online (Sandbox Code Playgroud)

当我尝试构建DLL时,它给出以下错误.

错误1:意外的参数:意外的参数Studio C:\ Users \\ Documents\Visual Studio 2010\Projects \\\ bin\Debug \name of dll\EXEC name of DLL

错误2:命令"C:\ Users \\ Documents\Visual Studio 2010\Projects \\\ bin\Debug \name of dll"退出,代码为1. DLL的名称

有人可以帮助解决问题.

Hus*_*pes 6

确保在命令之间使用"Space"而不是"Enter"按钮.