打开 Visual Studio 2008 sln 文件会创建 Visual Studio 文件夹

发布于 2024-10-17 01:27:41 字数 217 浏览 3 评论 0原文

这听起来很简单,但却让我抓狂。

我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掀纱窥君容 2024-10-24 01:27:41

好的,我从互联网上的另一位挖掘中得到了这个排序...

打开注册表... 运行 -> 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

等风也等你 2024-10-24 01:27:41

可能是因为你的源控制(SVN)。尝试更改工具-->选项-->源代码控制

May be it is because of your soruce control (SVN). Try changing Tools-->Options-->Source Control

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文