You cannot locate the complete path of the source file in a Visual C++ .NET or Visual C++ 2005 project (820995)
The information in this article applies to:
- Microsoft Visual C++ 2005 Express Edition
- Microsoft Visual C++ .NET (2003)
- Microsoft Visual C++ .NET (2002)
SYMPTOMSIn Microsoft Visual C++ .NET or in Microsoft Visual C++ 2005, you cannot locate the complete path of
the source file in the Property Pages dialog box. When multiple
files with the same name exist in different folders, you might not be able to identify the
exact file that the compiler might use.RESOLUTIONTo identify the complete path of
the source file in Visual C++ .NET or in Visual C++ 2005, follow these steps:
- Start Microsoft Visual Studio .NET or Microsoft Visual Studio 2005.
- On the File menu, point to New, and then click Project.
- Click Visual C++ Projects under Project Types, and then click Win32 Project under Templates. Accept the default settings.
Note In Visual Studio 2005, click Visual C++ under Project Types, and then click Win32 Project under Templates. - In Solution Explorer, click Source Files.
- On the View menu, click Properties Window or Press F4.
You may notice the complete path of the source file in the Properties pane. STATUS This
behavior is by design.
Modification Type: | Major | Last Reviewed: | 1/17/2006 |
---|
Keywords: | kbIDEProject kbdir kbprb KB820995 kbAudDeveloper |
---|
|