After upgraded my project from ASP.NET 1.1 to 2.0, I encountered a strange behaviour of VS 2005, the Go To Definition function does not work properly.
As the solution contains four individual projects, the main project depends on the other three projects. In the main project, it will often call the functions define in the other [...]