Visual Studio Express not going to line number

Trying to use VS Express 2013, but when I double-click an error or warning the console

Problem: It never auto-selects the desired line (of the error/warning)

How to fix this?

Visual Studio C# Integration
What does this feature get me?

A more sophisticated C# development environment.
Think smart autocompletion, computer-assisted changes to source files, smart syntax highlighting and more.
What’s the difference between Express and Pro?

VisualStudio C# 2010 is a product from Microsoft. It comes in an Express and a Profesional edition.
The Express edition is free, and you can download it from here: http://www.microsoft.com/express/vcsharp/
The Professional edition is not free, you can find out more information about it here: http://www.microsoft.com/visualstudio/en-us/products/professional/default.mspx

Unity’s VisualStudio integration has two components:

  1. Unity creating and maintaining VisualStudio project files. Works with Express and with Profesional.
  2. Unity automatically opening VisualStudio when you doubleclick on a script, or error in Unity. Works with Professional only.