Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I copy error messages in Visual Studio

Tags:

I just started with C# and VS, how is possible to copy my error message.

In the below image I want to copy 'System.Net.HttpWebRequest...

enter image description here

like image 282
eeadev Avatar asked Aug 22 '14 08:08

eeadev


2 Answers

Select "View" in menu bar and enable "Error List" which will pop up on the bottom of the screen by default containing all the errors with possibility to copy the message.

like image 148
razakj Avatar answered Sep 29 '22 13:09

razakj


Try to rebuild solution and then you can copy this error from Error List.

like image 33
Jozef Cechovsky Avatar answered Sep 29 '22 15:09

Jozef Cechovsky