microsoft help! - go to definition is broken in 2003

  • Thread starter Thread starter Les Caudle
  • Start date Start date
L

Les Caudle

I'm running VS.NET 2003 on Win2000 SP3.

I can highlight a method name - and right click 'go to definition' (where the
definition is in the same file) and it says Microsoft Development Environment -
cannot navigate to 'myMethodName'.

With VS.NET 2002 and C# - this used to work.

I un-installed VS.NET 2002 before intalling VS.NET 2003 - and only have C#
installed.

Apparently, this works for most people, but there are links in this forum for
users where it does not work.

This is rather crucial to navigating in .NET - and a major step backwards for
me.

How can I resolve this? For more details email me at Les Caudle at hotmail dot
com.
 
I ran into this very same problem this morning.

I found if I 'Exclude From Project' then 'Include In Project' the .cs
file that contains the class definition it is having trouble
navigating to, it'll work then. I found this trick works when
IntelliSense goes wonky too.
 
Back
Top