RE: Why does VS2005 always check-out solution file when opening pr

Tech-Archive recommends: Fix windows errors by optimizing your registry



Which source control system are you using?

-----------
"ILoveQJ" wrote:

We have the similar problem after using WCSF. We found out that it was caused
by the following section in the solution file:

GlobalSection(ExtensibilityGlobals) = postSolution
RootNamespace = OurSolution.net
IsWCSFSolutionWAP = True
IsWCSFSolution = True
EndGlobalSection


Once we removed this section , the solution loaded without any checkout
prompt. But without this section, the WCSF wizard to add Business Module
doesn't work. So we add this section back whenever we need to add modules,
and remove it after that.

I guess there must be some lines in your solution file cause the checkout
prompt.

"Axel Dahmen" wrote:

Hi,

whenever I open our company solution here, Visual Studio 2005 checks out one
C# library project file and the solution file. Examining both files after
this check-out shows no difference to the checked-in version.

What makes VS always want to check-out these to files? How can I stop if
from doing this?

TIA,
Axel Dahmen
.



Relevant Pages