473,671 Members | 2,228 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sources safe message when opening VB.NET solution

Hi,

I get the following dialog appear each time I open my VB.NET solution in
VS.NET 2003.

"The source control bindings for project xxxxx differ from those stored in
the solution file. Both sets of bindings must be the same."

This message appear for 2 of my 20+ projects in the solution.

I choose to use Solution bindings.
But when I reopen the solution the messages appears again.

I have tried unbinding and rebinding the problem project, but can't seem to
correct the problem.

Any comments would be appreciated
Tim
Jul 21 '05 #1
5 1957
I have the same problem.

Please help!

"Tim Marsden" <TM@UK.COM> wrote in message news:<eI******* *******@TK2MSFT NGP11.phx.gbl>. ..
Hi,

I get the following dialog appear each time I open my VB.NET solution in
VS.NET 2003.

"The source control bindings for project xxxxx differ from those stored in
the solution file. Both sets of bindings must be the same."

This message appear for 2 of my 20+ projects in the solution.

I choose to use Solution bindings.
But when I reopen the solution the messages appears again.

I have tried unbinding and rebinding the problem project, but can't seem to
correct the problem.

Any comments would be appreciated
Tim

Jul 21 '05 #2
The quick fix is: Delete the sln file and the vb project file in VSS (or
temporarily rename first if you're afraid this help could be a big mistake).
And the next time you open your solution add your new solution files.

The good fix is: Next time do "Get latest..." from the VSS to your working
directory first (overwriting anything you have there) then open the solution
file or the project file from that downloaded directory. :)

VSS and VS.NET get a little tricky in this regard... but once I figured out
their relationships and "assumed/observed" some of VSS processes they work
pretty well together.

Hope this helps.
Good luck,
/Js.

"Hector Garza" <ma********@hot mail.com> wrote in message
news:8b******** *************** ***@posting.goo gle.com...
I have the same problem.

Please help!

"Tim Marsden" <TM@UK.COM> wrote in message

news:<eI******* *******@TK2MSFT NGP11.phx.gbl>. ..
Hi,

I get the following dialog appear each time I open my VB.NET solution in
VS.NET 2003.

"The source control bindings for project xxxxx differ from those stored in the solution file. Both sets of bindings must be the same."

This message appear for 2 of my 20+ projects in the solution.

I choose to use Solution bindings.
But when I reopen the solution the messages appears again.

I have tried unbinding and rebinding the problem project, but can't seem to correct the problem.

Any comments would be appreciated
Tim

Jul 21 '05 #3
Hello Tim,

Thanks for your post. Would you please tell me whic source control you are
using, Visual SourceSafe or PVCS, etc?

Based on my experience, there is a known issue in PVCS (Merant). PVCS
recommends storing only projects in the database, solutions should be
stored locally and not placed under source code (PVCS) control. Merant has
a service pack update that will correct these issues as well. You can
contact Merant at http://www.merant.com/.

If you are using Visual SourceSafe, you can also post this question in the
following newsgroup:
microsoft.publi c.sourcesafe

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #4
Hi

I resovled the problem by unbinding the projects, recreating them and
readding them to sourcesafe.

"Tim Marsden" <TM@UK.COM> wrote in message
news:eI******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I get the following dialog appear each time I open my VB.NET solution in
VS.NET 2003.

"The source control bindings for project xxxxx differ from those stored in
the solution file. Both sets of bindings must be the same."

This message appear for 2 of my 20+ projects in the solution.

I choose to use Solution bindings.
But when I reopen the solution the messages appears again.

I have tried unbinding and rebinding the problem project, but can't seem to correct the problem.

Any comments would be appreciated
Tim

Jul 21 '05 #5
Hi

I resovled the problem by unbinding the projects, recreating them and
readding them to sourcesafe.

"Tim Marsden" <TM@UK.COM> wrote in message
news:eI******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

I get the following dialog appear each time I open my VB.NET solution in
VS.NET 2003.

"The source control bindings for project xxxxx differ from those stored in
the solution file. Both sets of bindings must be the same."

This message appear for 2 of my 20+ projects in the solution.

I choose to use Solution bindings.
But when I reopen the solution the messages appears again.

I have tried unbinding and rebinding the problem project, but can't seem to correct the problem.

Any comments would be appreciated
Tim

Jul 21 '05 #6

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

Similar topics

1
1861
by: Dinesh | last post by:
Hi, my existing web application(vb,asp) takes data from diff sources and populates a sql server which is in turn used as the data source for the application. this population of data happens by a nightly process(once in a day) . now the requirement is that we need the real data all of the times . now if i use merging of Data Sets into single
13
5242
by: Leszek Taratuta | last post by:
Hello, I have several drop-down lists on my ASP.NET page. I need to keep data sources of these lists in Session State. What would be the most effective method to serialize this kind of data structures? Thanks for any hints, Leszek Taratuta
6
1274
by: Peter Strøiman | last post by:
Hi. I have a situation where I have a web project and a class library in the same solution. The web project uses the class library. Therefore, I created a "project reference" in the web project to the call library. This creates a subfolder for my web application called "bin" where the output of my class library is placed. The problem is that this bin directory is placed in source safe when I check in the project to source control. And...
5
317
by: Tim Marsden | last post by:
Hi, I get the following dialog appear each time I open my VB.NET solution in VS.NET 2003. "The source control bindings for project xxxxx differ from those stored in the solution file. Both sets of bindings must be the same." This message appear for 2 of my 20+ projects in the solution.
0
1396
by: GS | last post by:
Documentation states that there supposed to be a "Data Sources" windows in VS 2005. See below. I can not find Data menu in VS 2005 anywhere. Anybody sees that menu? Opening the Data Sources Window You display the Data Sources window by clicking Show Data Sources on the Data menu. The Data menu is only available when a project is open in Visual Studio.
10
1526
by: David Lee Conley | last post by:
When I open the Data Sources window and create a new data source, everything works fine. But if I have a form showing in the IDE, the Data Sources window becomes disabled and doesn't display any of the database components. Yet, when I switch to code view, I can see everything just fine. Does anyone have any idea why the Data Sources window becomes disabled when I'm viewing forms? TIA.
2
1831
by: clintonb | last post by:
Using Visual Studio 2005, I created a new website: File->New->Web Site and chose the ASP.Net Web Site template. Saved it in location c:\Projects\GCSLRMS_DotNet\WS\WebSite1. It created the solution file: C:\Documents and Settings\clintb.GCSSOFTWARE\My Documents\Visual Studio 2005\Projects\WebSite1\WebSite1.sln I didn't want it there. I wanted it the same folder as all the other
0
8473
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8390
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8911
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8597
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5692
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4402
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2808
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2048
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.