/ERRORREPORT (Report Internal Linker Errors)

/errorReport:[ none | prompt | queue | send ]

Remarks

Lets you provide internal compiler error (ICE) information directly to Microsoft.

The option /errorReport:send tries to automatically send error information to Microsoft, but success depends on registry settings. For more information about how to set the appropriate values in the registry, see How to Turn on Automatic Error Reporting in Visual Studio 2008 Command-line Tools on the MSDN Web site.

To set this compiler option in the Visual Studio development environment

  1. Open the project Property Pages dialog box. For more information, see How to: Open Project Property Pages.

  2. Click the Configuration Properties folder.

  3. Click the Linker folder.

  4. Click the Advanced property page.

  5. Modify the Error Reportingproperty.

To set this compiler option programmatically

See Also

Reference

/errorReport (Report Internal Compiler Errors)

Setting Linker Options

Linker Options