/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
Open the project Property Pages dialog box. For more information, see How to: Open Project Property Pages.
Click the Configuration Properties folder.
Click the Linker folder.
Click the Advanced property page.
Modify the Error Reportingproperty.
To set this compiler option programmatically
- See ErrorReporting.