We are moving from Microsoft Visual Studio 6.0 to Microsoft Visual Studio .NET 2003.
In Visual Studio 6.0, the location of the file will be displayed if you go to the workspace, go to the FileView tab, right click on any file and select Properties. The full path of the file is displayed under File name.
However, in 2003, the file path is not displayed if I right click on a file and select Properties.
Is there any way I can view the path of the file from the workspace at all?
Make sure the properties window is visible (View, Properties Window). Select a file in the Solution Explorer window, the properties window will show the full path.
Or, if you open the file then the full path is displayed as a tooltip when you mouseover the document’s tab.