I just installed Visual Studio .NET 2003 on my XP machine (I usually do work on my win2k machine) and its got some very strange issues:
1) It can't "find" functions that are part of code I've pasted in. e.g. I paste in a function, I try to call it from somewhere else and .NET tells me the function isn't found.
2) When I double-click on an error to see which line is at fault, it goes to the wrong line. e.g. for that function not found error, it claimed the error was on line 17, yet the line no. calling the function is about line 300. It happens for every single error in the code, it seems to be reporting which line has errors incorrectly.
What could be wrong with .NET?
1) It can't "find" functions that are part of code I've pasted in. e.g. I paste in a function, I try to call it from somewhere else and .NET tells me the function isn't found.
2) When I double-click on an error to see which line is at fault, it goes to the wrong line. e.g. for that function not found error, it claimed the error was on line 17, yet the line no. calling the function is about line 300. It happens for every single error in the code, it seems to be reporting which line has errors incorrectly.
What could be wrong with .NET?
