1

I have a Project Group in Visual Studio 6 (.vbg). The projects are under source control (TFS). When I start debugging Visual studio there is an error Path/file access error: Path/name.vbg and dialog for "Save Project Group As" follows when canceled debugging runs without problems. To circumvent this annoyance I need to have the group file checked out or mark as readable just by file attribute. Is there a way how to avoid this behavior?

注意:使用 Visual Source Safe 时的情况相同。根据我的观察,当允许更改时,.vbg 不会更改。该问题可能与使用具有非英语区域设置的英语 Windows 有关。

4

2 回答 2

1

不。只需将 VBG 保存在版本控制中,并使文件在本地目录中为可读写。

于 2013-05-21T12:09:11.820 回答
0

最简单的解决方案是将 VBG 文件保存到源代码管理之外的文件夹中。它不会对基于 EXE 项目(如果有的话)的运行目录产生影响。

于 2013-05-20T15:19:56.883 回答