Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does my co-worker see a different Project file (*.csproj) using Visual Source Safe
    text
    copied!<p>I met a problem which is very strange, my company uses Visual Source Safe<br> 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!! </p> <p>there is a file named IPRA.WinUi.Sal.Sra.csproj in VSS:</p> <p>when Tom log on ,the file 'IPRA.WinUi.Sal.Sra.csproj' is :</p> <pre><code>&lt;Reference Include="Ark.Client.WinUi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\ARAF\BusinessFramework\Ark.Client.WinUi.dll&lt;/HintPath&gt; &lt;/Reference&gt; &lt;Reference Include="Ark.Common.Business, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" /&gt; &lt;Reference Include="Ark.Controls.Business, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\ARAF\SystemFramework\Ark.Controls.Business.dll&lt;/HintPath&gt; &lt;/Reference&gt; </code></pre> <p>But when leo log on,the same file 'IPRA.WinUi.Sal.Sra.csproj' is :</p> <pre><code> &lt;Reference Include="Ark.Client.WinUi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\ARAF\BusinessFramework\Ark.Client.WinUi.dll&lt;/HintPath&gt; &lt;/Reference&gt; &lt;Reference Include="Ark.Common.Business, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" /&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\ARAF\BusinessFramework\Ark.Controls.WinUi.dll&lt;/HintPath&gt; &lt;Reference Include="Ark.Controls.Business, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\ARAF\SystemFramework\Ark.Controls.Business.dll&lt;/HintPath&gt; &lt;/Reference&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload