当前位置:  开发笔记 > 编程语言 > 正文

单声道中没有应用程序跟踪吗?

如何解决《单声道中没有应用程序跟踪吗?》经验,为你挑选了0个好方法。

这是我的项目结构:

.
|-- app.config
|-- bin
|   `-- Debug
|-- NLog.config
|-- NLog.xsd
|-- obj
|   `-- Debug
|-- packages.config
|-- Program.cs
|-- Properties
|   `-- AssemblyInfo.cs
|-- ServiceClient.csproj
`-- Web References
    `-- TestSvc
        |-- Reference.cs
        |-- Reference.map
        |-- TestService.disco
        `-- TestService.wsdl

7 directories, 14 files

我使用下面的mcs命令手动编译了项目:

mcs -d:TRACE -d:DEBUG -r:System.Web.Services.dll -out:./bin/Debug/ServiceClient.exe Web\ References/TestSvc/Reference.cs Program.cs

我甚app.config至将目标文件夹复制为ServiceClient.exe.config

下面是配置的样子:




    
        
        
    

    
        
            
                
            
        
        
            
                
            
        
    


但是当我跑步时:

mono ServiceClient.exe "hello world"

我看不到跟踪输出......

推荐阅读
echo7111436
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有