为什么我的同事使用 Visual Source Safe 看到不同的项目文件 (*.csproj)

发布于 2024-07-21 11:35:21 字数 1759 浏览 6 评论 0原文

我遇到了一个很奇怪的问题,我的公司使用 Visual Source Safe
控制版本,但我发现我的团队的不同成员在VSS中看到相同的.csproj文件不一样,这很奇怪,你能帮助我吗? 谢谢!!

VSS 中有一个名为 IPRA.WinUi.Sal.Sra.csproj 的文件:

当 Tom 登录时,文件“IPRA.WinUi.Sal.Sra.csproj”是:

<Reference Include="Ark.Client.WinUi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\BusinessFramework\Ark.Client.WinUi.dll</HintPath>
</Reference>
<Reference Include="Ark.Common.Business, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="Ark.Controls.Business, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\SystemFramework\Ark.Controls.Business.dll</HintPath>
</Reference> 

但是当 leo 登录时,相同的文件“IPRA.WinUi” .Sal.Sra.csproj' 是:

 <Reference Include="Ark.Client.WinUi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\BusinessFramework\Ark.Client.WinUi.dll</HintPath>
</Reference>
<Reference Include="Ark.Common.Business, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\BusinessFramework\Ark.Controls.WinUi.dll</HintPath>
<Reference Include="Ark.Controls.Business, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\SystemFramework\Ark.Controls.Business.dll</HintPath>
</Reference> 

I met a problem which is very strange, my company uses Visual Source Safe
to control version,but I found that my team's different member see the same .csproj file in VSS is not the same, it's very strange,can you help me? thanks!!

there is a file named IPRA.WinUi.Sal.Sra.csproj in VSS:

when Tom log on ,the file 'IPRA.WinUi.Sal.Sra.csproj' is :

<Reference Include="Ark.Client.WinUi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\BusinessFramework\Ark.Client.WinUi.dll</HintPath>
</Reference>
<Reference Include="Ark.Common.Business, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="Ark.Controls.Business, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\SystemFramework\Ark.Controls.Business.dll</HintPath>
</Reference> 

But when leo log on,the same file 'IPRA.WinUi.Sal.Sra.csproj' is :

 <Reference Include="Ark.Client.WinUi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\BusinessFramework\Ark.Client.WinUi.dll</HintPath>
</Reference>
<Reference Include="Ark.Common.Business, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\BusinessFramework\Ark.Controls.WinUi.dll</HintPath>
<Reference Include="Ark.Controls.Business, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  <SpecificVersion>False</SpecificVersion>
  <HintPath>..\ARAF\SystemFramework\Ark.Controls.Business.dll</HintPath>
</Reference> 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

彻夜缠绵 2024-07-28 11:35:22

他需要执行“获取最新版本,尝试构建树”选项来访问您的开发文件夹。 他可能将文件移至错误的文件夹,因此他的文件未更新。 尝试验证您的工作文件夹设置是否正确。

He needs to do a get latest, try build tree option to get to your development folder. He might be getting files to the wrong folder, thus his files are not updated. Try verifying your working folder is set correctly.

心房的律动 2024-07-28 11:35:22

但我发现我的团队与众不同
成员在中看到相同的 .csproj 文件
VSS不一样,

Team看到同一个cs项目吗? 那么问题出在哪里呢?

如果团队看到不同的文件,则其他人尚未签入或您没有使用最新版本。 离开时请务必尝试签入,并在开始工作时获取最新版本。

but I found that my team's different
member see the same .csproj file in
VSS is not the same,

Team see the same cs project? Then wats the issue?

If the team is seeing different file then the other person has not checked in or you are not using the latest version. Always try to checkin when you leave and get the latest version when you start your work.

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