473,405 Members | 2,261 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,405 software developers and data experts.

vss, asp.net, and vbproj file

Hi,
I'm wanting to edit an aspx page for the first time in my VS solution project that is connected to vss on our server. When I double click on the aspx page to edit, the check-out dialog box appears for the .vbproj file (as well as the check-out for the aspx page itself). All the files are in my working dir and I believe they have already been added to the project. Why would I be getting this dialog box?

Thanks!!!!
Jul 21 '05 #1
1 1650
Because Visual Source Safe has a three step process:
Create a working folder
Copy the files locally
Check out each file for editing

You have done the first two... Visual Studio is reminding you that you have
to do the third.

If you are used to CVS, this can be confusing. In the CVS world, files were
not checked out exclusively. Instead, we trusted CVS to help us merge the
files back together if two people had made changes to the same file. VSS
doesn't work the same way. With VSS, you check out a file exclusively. No
one else is able to check it out while you have it checked out. Only the
person with it checked out can check in changes (exceptions are allowed
using an administrator to release a checkout... useful for when an employee
leaves the company with a file checked out).

This prevents two folks from writing over each other's changes.

Hope this helps,
--- Nick

"msand" <ms***@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi,
I'm wanting to edit an aspx page for the first time in my VS solution project that is connected to vss on our server. When I double click on the
aspx page to edit, the check-out dialog box appears for the .vbproj file (as
well as the check-out for the aspx page itself). All the files are in my
working dir and I believe they have already been added to the project. Why
would I be getting this dialog box?
Thanks!!!!

Jul 21 '05 #2

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

Similar topics

7
by: Larry Woods | last post by:
I don't see the pattern. I have a couple of solutions that I acquired from someone else. When I load these, I see the .vbproj and .vbproj.user files in the Solution Explorer. BUT, when I create...
2
by: Allan Cammish | last post by:
Dear All I have the source code for a component that I purchased and although the source code files are for VB.NET, there is no .SLN or .VBPROJ file included. I have seen this before with...
6
by: Can | last post by:
I am trying to create a .dll file using VB.Net Standard using the info from this website http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx My problem is when I open up the .vbproj file in...
6
by: Rich | last post by:
Hello, When I copy a VB web app from my workstation to my laptop (which has the exact same software as the workstation) or to a different virtual directory on the same workstation and then try...
1
by: msand | last post by:
Hi, I'm wanting to edit an aspx page for the first time in my VS solution project that is connected to vss on our server. When I double click on the aspx page to edit, the check-out dialog box...
2
by: GW | last post by:
After the conversion and fixing some errs VS2005 threw, project ran OK. Opened xxx.vbproj file after the conversion to VS2005 from VS2003. Changed (usng wordpad) ../msbuild/2003 to 2005...
1
by: LB | last post by:
Hi, I want to modify my file ".vbproj". I use XML dlls of Visual Studio and that causes to modify the format of the file .vbproj and that causes problems at the compile time on another servor....
1
by: Antuan | last post by:
I have to modify a website using Visual Studio 2003. The problem is that the vbproj file is missing! So now I can't open the project. I have tried to copy another projects vbproj file and...
0
by: Bob Altman | last post by:
I have a solution that contains a bunch of VB projects. I need to edit the text of the vbproj files to fiddle with build events in a way that the IDE doesn't let me do directly. Is there any way...
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: 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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.