更新:2007 年 11 月
错误消息
未经授权无法自动发送错误报告。请访问“”以授权发送错误报告。此错误文本中列出的网站介绍如何为 Visual Studio 2005 命令行工具启用自动错误报告。
示例
下面的示例生成 CS1727。
复制代码 | |
---|---|
// CS1727.cs // compile with: /errorreport:send // CS1727 expected class Test { static void Main(){} } |
更新:2007 年 11 月
此错误文本中列出的网站介绍如何为 Visual Studio 2005 命令行工具启用自动错误报告。
下面的示例生成 CS1727。
复制代码 | |
---|---|
// CS1727.cs // compile with: /errorreport:send // CS1727 expected class Test { static void Main(){} } |