473,654 Members | 3,103 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.sln file in VSS

Where do you typically store the .sln solution file when using VSS on a
team? By default, the .sln file is stored in my My Documents folder, inside
a VS.NET folder, etc. I am aware that you can change the default location
of the .sln files for VS.NET.

What's the ideal setup? Should I setup a VS.NET project, its files, and the
solution (.sln) to ALL reside in the same folder? Or leave the .sln files
where they are? I'm assuming if I leave them in the My Documents folder,
that everyone on the team will need to mimic this setup. The fact that you
should have similar folder setups with your team was pushing me to consider
putting everything in one place.

Thanks in advance!

Mark
Nov 15 '05 #1
4 1698
Mark:

Everyone can store a copy locally, in fact I think you have to. If someone
checks out the entire solution, then no one can add to it until it's checked
back in, but people can still get latest version and all that good stuff.
"Mark" <mf****@idonotl ikespam.cce.umn .edu> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Where do you typically store the .sln solution file when using VSS on a
team? By default, the .sln file is stored in my My Documents folder, inside a VS.NET folder, etc. I am aware that you can change the default location
of the .sln files for VS.NET.

What's the ideal setup? Should I setup a VS.NET project, its files, and the solution (.sln) to ALL reside in the same folder? Or leave the .sln files
where they are? I'm assuming if I leave them in the My Documents folder,
that everyone on the team will need to mimic this setup. The fact that you should have similar folder setups with your team was pushing me to consider putting everything in one place.

Thanks in advance!

Mark

Nov 15 '05 #2
So, should the .sln file be located in a separate folder from the rest of
the project files (.aspx, etc), or should they logically be placed in the
same folder?

Thanks!

Mark

"William Ryan" <do********@com cast.nospam.net > wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Mark:

Everyone can store a copy locally, in fact I think you have to. If someone checks out the entire solution, then no one can add to it until it's checked back in, but people can still get latest version and all that good stuff.
"Mark" <mf****@idonotl ikespam.cce.umn .edu> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Where do you typically store the .sln solution file when using VSS on a
team? By default, the .sln file is stored in my My Documents folder,

inside
a VS.NET folder, etc. I am aware that you can change the default location of the .sln files for VS.NET.

What's the ideal setup? Should I setup a VS.NET project, its files, and

the
solution (.sln) to ALL reside in the same folder? Or leave the .sln files where they are? I'm assuming if I leave them in the My Documents folder, that everyone on the team will need to mimic this setup. The fact that

you
should have similar folder setups with your team was pushing me to

consider
putting everything in one place.

Thanks in advance!

Mark


Nov 15 '05 #3
Hi Mark,

in our company the "best practises" are to create a folder for the solution
(including the .sln file) and subfolders for each project contained in the
solution (with the .csproj and .cs files). If you use references to other
projects on your computer i would recommend that every VSS user has the same
local folder structure (which corresponds to the logical folder structure in
VSS). For example you could define that all solutions have to be stored
under C:\Project.

The result looks as follows:

C:\Project
\Solution1
\Solution2
\Solution3
\Solution3.sln
\Project1
\Project2
\...
\...

Hope it helps,

Neno Loje
Microsoft Student Partner
University of Hamburg
Nov 15 '05 #4
MS provides excellent covereage of this subject in a best practices
white paper. Here is a link to chapter 3 of the document, you'll
especially want to take note of the section titled "Use a Consistent
Folder Structure for Solutions and Projects", but the whole paper is
worth a read.

http://msdn.microsoft.com/library/de...l/tdlg_ch3.asp

On Tue, 9 Sep 2003 15:05:40 -0500, "Mark"
<mf****@idonotl ikespam.cce.umn .edu> wrote:
Where do you typically store the .sln solution file when using VSS on a
team? By default, the .sln file is stored in my My Documents folder, inside
a VS.NET folder, etc. I am aware that you can change the default location
of the .sln files for VS.NET.

What's the ideal setup? Should I setup a VS.NET project, its files, and the
solution (.sln) to ALL reside in the same folder? Or leave the .sln files
where they are? I'm assuming if I leave them in the My Documents folder,
that everyone on the team will need to mimic this setup. The fact that you
should have similar folder setups with your team was pushing me to consider
putting everything in one place.

Thanks in advance!

Mark


--
Scott
Nov 15 '05 #5

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

Similar topics

2
3921
by: matt | last post by:
I have compiled some code, some written by me, some compiled from various sources online, and basically i've got a very simple flat file photo gallery. An upload form, to upload the photos and give them a caption, storing the caption and filename in a text file. It's a bit buggy when removing the photos and captions from the file, and also in displaying them on the delete page. you can see it in action at www.4am.com.au/gallery/upload.php...
5
5451
by: Dave Smithz | last post by:
Hi There, I have a PHP script that sends an email with attachment and works great when provided the path to the file to send. However this file needs to be on the same server as the script. I want to develop a webpage where people can send attachments that are stored on their local PC.
7
3529
by: Joseph | last post by:
Hi, I'm having bit of questions on recursive pointer. I have following code that supports upto 8K files but when i do a file like 12K i get a segment fault. I Know it is in this line of code. How do i make the last pointer in the indirect sector that has another level of indirect pointer, and be defined recursively to support infinite large files? -code-
3
26259
by: StGo | last post by:
How can i read/write file's custom attributs(like subject,author...) in C#??? Thanks :))
0
3930
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen. It is almost like it is trying to implement it's own COM interfaces... below is the header, and a link to the dll+code: Zip file with header, example, and DLL:...
13
4296
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming that this is suppossed to end up as a component for others to use, and therefore I do NOT have access to their global.cs::Session_End() how do I cleanup files that were uploaded -- but obviously left stranded when the users aborted/gave up writting...
1
5376
by: Roy | last post by:
Hi, I have a problem that I have been working with for a while. I need to be able from server side (asp.net) to detect that the file i'm streaming down to the client is saved completely/succsessfully on the client's computer before updating some metadata on the server (file downloaded date for instance) However, All examples i have tried, and all examples I have found that other people says works - doesn't work for me :-(
3
3161
by: Shapper | last post by:
Hello, I created a script to upload a file. To determine the file type I am using userPostedFile.ContentType. For example, for a png image I get "image/png". My questions are: 1. Where can I find a list of all the types which can be returned? For example, if it is a Word document will it return "document/doc".
0
2557
by: troutbum | last post by:
I am experiencing problems when one user has a document open through a share pointing to the web site. I use the dsolefile to read the contents of a particular directory and then display them in a datalist. When the next user selects trys to run the page, the page fails and I get a generic error message from the stack trace. I am assuming that the document properties cannot be read when a file is open, but it worked well in asp. ...
0
2026
by: thjwong | last post by:
I'm using WinXP with Microsoft Visual C++ .NET 69462-006-3405781-18776, Microsoft Development Environment 2003 Version 7.1.3088, Microsoft .NET Framework 1.1 Version 1.1.4322 SP1 Most developers said to me that they have no problem doing that, but the following project file is said to be corrupted while opening in the IDE, it is the project file of NT xemacs BETA 21.5.24, http://ftp.xemacs.org/pub/beta/xemacs-21.5.24.tar.gz (under the...
0
8372
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
8814
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...
0
8706
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8475
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
7304
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4149
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4293
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2709
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
1592
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.