/ERRORREPORT (Report Internal Linker Errors)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at -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](http://go.microsoft.com/fwlink/?LinkID=184695) 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](../Topic/How%20to:%20Open%20Project%20Property%20Pages.md). 2. Click the **Configuration Properties** folder. 3. Click the **Linker** folder. 4. Click the **Advanced** property page. 5. Modify the **Error Reporting**property. ### To set this compiler option programmatically - See [ErrorReporting](assetId:///P:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.ErrorReporting?qualifyHint=False&autoUpgrade=True). ## See Also [/errorReport (Report Internal Compiler Errors)](../Topic/-errorReport%20\(Report%20Internal%20Compiler%20Errors\).md) [Setting Linker Options](../Topic/Setting%20Linker%20Options.md) [Linker Options](../Topic/Linker%20Options.md)
Show:

