Solve Compiler Error Easily
by Dinesh[ Edit ] 2012-05-29 15:02:49
When you get any compiler error in MS Visual Studio, then in the Error List Panel, you will see ERROR CODE along corresponding error. Write that ERROR Code with keyword "MSDN" in Google, and you will get a link on MSDN.
In that link, you will find every detail on that error and information on how to fix it.