Problem Description: The problem is mainly due to the default path of VS2005: "\my Documents\Visual Studio 2005\projects"
It is extremely inconvenient to create an app that is based on projects, Web sites, and file systems, and when you move the resource framework later, there may be problems
Feature Overview: The solution (. sln file) is actually based on an absolute path and a relative path. (You can modify it using a text editor)
Workaround 1: Tools-options-projects and solutions you can adjust the directory where you want to place the solution.
Method Description: Cannot solve the fundamental problem, because later my solution will still put in a directory
workaround 2:1. Tools-Options-projects and solutions "always realistic solutions"
2. Create solution First: Files-new-project-Other project types-visual Studio Solutions-Blank solutions (select directory and name)
Method Description: Can solve your personality problem of setting up the solution directory for each project
Workaround 3:copy Solution (can be modified accordingly)
1. Guarantee-project file creation is consistent with the solution's letter
2. Guarantee-The directory structure at the time the project file is created is the same as when it was created (no modification)
Method Description: Essentially, modifying the solution file (. sln file) is actually relatively simple
Note: the "VSMACROS80" folder is generated automatically---VS's binary Macro file is used to record user's IDE actions (modifiable)
Method two recommended!