Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 c# 桌面应用程序(.Net4),当我在调试/发布模式下运行它时一切正常,当我安装程序并运行它时,除了日志模块之外一切正常。
我的日志模块与 NLog 一起使用,它在网格中显示日志消息并将它们写入 csv 文件。
我在具有管理员权限的win7上工作
任何想法?
查看您的日志记录配置。很有可能,您的日志记录被配置为在发布模式下跳过非关键消息。
确保所有配置都有正确的设置。调试、构建和发布通常都因环境而异。因此,请确保您的发布配置实际上与安装环境匹配。