473,383 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

In studio.net How to open a project in SOurce COntrol

RSB
Hi Every one,
I am currently using Visual Studio .Net and trying to open a project from
SourceSafe and once i open the project for the first time i get the
following error/warning...

"The binding information for this solution could not be retrieved from its
source control provider. This solution may have been placed under source
control with a different provider configuration from the current one.

To keep source control working for this solution, Visual Studio will now
check out the solution file so that the binding information can be saved in
it. However if the check out fails and the solution is closed without
saving, the next time it is opened, the solution file will no longer appear
to be under source control."
So after i click ok it asks me to check out the ".sln" and if i don't check
it out next time the project does not appear under the source control. So
my question is first what does exactly the warning message is. and if i
check out the .sln file what happens if another member from the team wants
to access the same project we he still be able to open the same project thru
source safe and then continue?

Please help.

Thank you
RSB
Jul 21 '05 #1
4 3330
This error appears when different versions of SourceSafe are used by team
members, or when the extensions lists for team members don't match.

Let me explain: VSS creates a mssccprj.scc files for files whose extensions
are specified in SourceSafeExplorer / Tools /Options / FileTypes tab /
Create SCC File list. This file is used to track the location in the VSS
database of those files. Normally this list contains the extensions of known
solution and projects files (sln, vbproj, vcproj, mdp, etc). When a source
control provider like VSS is able to create the mssccprj.scc file,
VisualStudio will not write real source control information in the project
and solution files (this helps during branching), and instead will use the
information written in the mssccprj.scc file.

Now, if a User1 has 'sln' (let's say) specified in the extension list, when
the adds a solution to scc, the solution file will not contain the real
location of the file in source control. When User2 opens from source control
the solution with an older VSS version that doesn't have 'sln' specified in
the extension list, VisualStudio cannot retrive the real bindings from the
solution file, and cannot retrieve them from mssccprj.scc either, because
for him VSS does not create this file.
Therefore VS displays the warning message you saw, and attempts to checkout
the file, to write the real bindings in the solution/project file.

To fix this problem, you have two options:
a) make sure all developpers have the same extensions specified in the list
from SourceSafeExplorer / Tools /Options / FileTypes tab / Create SCC File
b) accept the checkout, save the solution/project files, and check in. The
rest of the team members should be able to use the project/solution file
after that no matter what extensions they have specified in their extensions
lists.
--
Alin Constantin
[This posting is provided "AS IS" with no warranties, and confers no
rights.]
"RSB" <rs*****@hotmail.com> wrote in message
news:mK*****************@news.cpqcorp.net...
Hi Every one,
I am currently using Visual Studio .Net and trying to open a project from
SourceSafe and once i open the project for the first time i get the
following error/warning...

"The binding information for this solution could not be retrieved from its
source control provider. This solution may have been placed under source
control with a different provider configuration from the current one.

To keep source control working for this solution, Visual Studio will now
check out the solution file so that the binding information can be saved
in
it. However if the check out fails and the solution is closed without
saving, the next time it is opened, the solution file will no longer
appear
to be under source control."
So after i click ok it asks me to check out the ".sln" and if i don't
check
it out next time the project does not appear under the source control. So
my question is first what does exactly the warning message is. and if i
check out the .sln file what happens if another member from the team wants
to access the same project we he still be able to open the same project
thru
source safe and then continue?

Please help.

Thank you
RSB

Jul 21 '05 #2
This error appears when different versions of SourceSafe are used by team
members, or when the extensions lists for team members don't match.

Let me explain: VSS creates a mssccprj.scc files for files whose extensions
are specified in SourceSafeExplorer / Tools /Options / FileTypes tab /
Create SCC File list. This file is used to track the location in the VSS
database of those files. Normally this list contains the extensions of known
solution and projects files (sln, vbproj, vcproj, mdp, etc). When a source
control provider like VSS is able to create the mssccprj.scc file,
VisualStudio will not write real source control information in the project
and solution files (this helps during branching), and instead will use the
information written in the mssccprj.scc file.

Now, if a User1 has 'sln' (let's say) specified in the extension list, when
the adds a solution to scc, the solution file will not contain the real
location of the file in source control. When User2 opens from source control
the solution with an older VSS version that doesn't have 'sln' specified in
the extension list, VisualStudio cannot retrive the real bindings from the
solution file, and cannot retrieve them from mssccprj.scc either, because
for him VSS does not create this file.
Therefore VS displays the warning message you saw, and attempts to checkout
the file, to write the real bindings in the solution/project file.

To fix this problem, you have two options:
a) make sure all developpers have the same extensions specified in the list
from SourceSafeExplorer / Tools /Options / FileTypes tab / Create SCC File
b) accept the checkout, save the solution/project files, and check in. The
rest of the team members should be able to use the project/solution file
after that no matter what extensions they have specified in their extensions
lists.
--
Alin Constantin
[This posting is provided "AS IS" with no warranties, and confers no
rights.]
"RSB" <rs*****@hotmail.com> wrote in message
news:mK*****************@news.cpqcorp.net...
Hi Every one,
I am currently using Visual Studio .Net and trying to open a project from
SourceSafe and once i open the project for the first time i get the
following error/warning...

"The binding information for this solution could not be retrieved from its
source control provider. This solution may have been placed under source
control with a different provider configuration from the current one.

To keep source control working for this solution, Visual Studio will now
check out the solution file so that the binding information can be saved
in
it. However if the check out fails and the solution is closed without
saving, the next time it is opened, the solution file will no longer
appear
to be under source control."
So after i click ok it asks me to check out the ".sln" and if i don't
check
it out next time the project does not appear under the source control. So
my question is first what does exactly the warning message is. and if i
check out the .sln file what happens if another member from the team wants
to access the same project we he still be able to open the same project
thru
source safe and then continue?

Please help.

Thank you
RSB

Jul 21 '05 #3
It's telling you that it can't find the correct information in the .sln
file. It wants to check out the file and correct it. Other developers should
see the warning as well, until someone corrects (or rather lets VStudio
correct) it.

Joe

"RSB" <rs*****@hotmail.com> wrote in message
news:mK*****************@news.cpqcorp.net...
Hi Every one,
I am currently using Visual Studio .Net and trying to open a project from
SourceSafe and once i open the project for the first time i get the
following error/warning...

"The binding information for this solution could not be retrieved from its
source control provider. This solution may have been placed under source
control with a different provider configuration from the current one.

To keep source control working for this solution, Visual Studio will now
check out the solution file so that the binding information can be saved in it. However if the check out fails and the solution is closed without
saving, the next time it is opened, the solution file will no longer appear to be under source control."
So after i click ok it asks me to check out the ".sln" and if i don't check it out next time the project does not appear under the source control. So
my question is first what does exactly the warning message is. and if i
check out the .sln file what happens if another member from the team wants
to access the same project we he still be able to open the same project thru source safe and then continue?

Please help.

Thank you
RSB

Jul 21 '05 #4
It's telling you that it can't find the correct information in the .sln
file. It wants to check out the file and correct it. Other developers should
see the warning as well, until someone corrects (or rather lets VStudio
correct) it.

Joe

"RSB" <rs*****@hotmail.com> wrote in message
news:mK*****************@news.cpqcorp.net...
Hi Every one,
I am currently using Visual Studio .Net and trying to open a project from
SourceSafe and once i open the project for the first time i get the
following error/warning...

"The binding information for this solution could not be retrieved from its
source control provider. This solution may have been placed under source
control with a different provider configuration from the current one.

To keep source control working for this solution, Visual Studio will now
check out the solution file so that the binding information can be saved in it. However if the check out fails and the solution is closed without
saving, the next time it is opened, the solution file will no longer appear to be under source control."
So after i click ok it asks me to check out the ".sln" and if i don't check it out next time the project does not appear under the source control. So
my question is first what does exactly the warning message is. and if i
check out the .sln file what happens if another member from the team wants
to access the same project we he still be able to open the same project thru source safe and then continue?

Please help.

Thank you
RSB

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: RSB | last post by:
Hi Every one, I am currently using Visual Studio .Net and trying to open a project from SourceSafe and once i open the project for the first time i get the following error/warning... "The...
1
by: Tim Haughton | last post by:
Hello, I seem to be encountering a problem that many others have encountered before me. Unfortunately, even the mighty Google seems reluctant to yield any solutions. We are developing some...
2
by: ed d | last post by:
Hi, When I try to create a new web project, or "add existing project from web" or "open from source control" i'm prompted for a URL and type in a virtual directory. -- with "add project...
1
by: Andy | last post by:
This is driving me to insanity!!! I do not have a lot of experience with IIS which probably is not helping but as far as I can tell I am do things as per the MSDN documentation. I have a...
54
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
4
by: m11533 | last post by:
I am developing a large application with Visual Studio .NET 2003 using C#. We recently added a new third party product with a native .NET library. I want to place this third party product's dll in...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.