Project problem - sourcesafe & dotnet

G

Guest

I am editing a project in Microsoft Development Environment 2002 Version
7.0.9466, in Visual Basic .NET. It also has underneath that in the
Help/About screen Microsft .NET Framework 1.0 Version 1.0.3705. I know i
have Framework 1.1 on my system though.

What's happened is that I have 2 projects on my system.

Sourcesafe works fine in checking out & in versions of one of them (the
smaller of the two).

However, if I try to check out something in the .NET editor and do something
with it, it gives me the following:

"Source Control"

"Your source control provider does not support checking out while
disconnected from the server.

However, Visual Studio can simulate a disconnected checkout by removing the
write protection on the items being checked out. When you go back online,
Visual Studio will automatically attempt to check out these items.

However if there are newer versions of these items on the server, your
source control provider probably cannot merge your changes correctly when
these items are checked out. You may lose data unless you merge these items
without using your source control system"

It offers a Check Out (disconnected), Cancel & Help buttons.

The other project, it'll allow me to check stuff in & out without a problem
within the same application.

I also noticed that the "Get Latest Version" and the "Check In" links on the
right-clicking of the aspx's in this project are missing.

Is there a project-related setting I've undone? Anyone else experience a
problem like this with sourcesafe & dotnet?

SC
 
K

Kevin Spencer

We've been using VSS with VS.Net for quite a long time now. Nothing like
what you describe.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Joe Masters

Try un-binding from source control and then re-opening from source control.
Look under File->Source Control.

Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top