打开 Visual Studio 2008 sln 文件会创建 Visual Studio 文件夹
这听起来很简单,但却让我抓狂。
我使用的是 Windows 7,并且有 VS TS 2008 SP1。当我打开解决方案文件时,它总是在同一目录中创建一个“Visual Studio 2008”文件夹。然后 SVN 等想要添加等。我该如何阻止这种情况发生。我尝试将注册表将 VisualStudioLocation 设置为 %userprofile\docs 等,但没有任何乐趣。
谢谢米克
this sounds simple but drives me nuts.
I am on Windows 7 and have VS TS 2008 SP1. When I open a solution file it always creates a 'Visual Studio 2008' folder in the same directory. Then SVN etc wants to add etc. How do I stop this from happening. I tried the registry setting the VisualStudioLocation to %userprofile\docs etc but no joy.
Thanks Mick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,我从互联网上的另一位挖掘中得到了这个排序...
打开注册表... 运行 -> Regedit
浏览*Hkey_Current_USER ->软件->微软-> Visual Studio-> 9.0*
查看以下键并将它们设置为
VisualStudioLocation = %USERPROFILE%\Documents\Visual Studio 2008
VisualStudioProjectsLocation = %USERPROFILE%\Documents\Visual Studio 2008\Projects
这将导致在此处创建任何 Visual Studio 文件夹等,而不是在本地解决方案文件夹中。
问候 Mick
OK I got this sorted from another bit of digging on the internet...
Open the registry... Run -> Regedit
Browse the *Hkey_Current_USER -> Software -> Microsoft -> Visual Studio -> 9.0*
Look at the following keys and set them to
VisualStudioLocation = %USERPROFILE%\Documents\Visual Studio 2008
VisualStudioProjectsLocation = %USERPROFILE%\Documents\Visual Studio 2008\Projects
This will cause any Visual Studio folders etc to get created there and not in your local solution folder..
Regards Mick
可能是因为你的源控制(SVN)。尝试更改工具-->选项-->源代码控制
May be it is because of your soruce control (SVN). Try changing Tools-->Options-->Source Control