RE: Why does VS2005 always check-out solution file when opening pr
- From: Axel Dahmen <keentoknow@xxxxxxxxxxxxxxxx>
- Date: Mon, 10 Mar 2008 12:38:03 -0700
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
- Follow-Ups:
- Prev by Date: UNC and Remove IIS in VS.NET 2005
- Next by Date: Image for path returned by Query in RDLC & ReportViewer
- Previous by thread: UNC and Remove IIS in VS.NET 2005
- Next by thread: Re: Why does VS2005 always check-out solution file when opening pr
- Index(es):
Relevant Pages
|