Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 6th, 2007, 10:32 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

I did, however, find the solution and project files under c:/VS 2005/Projects. Do you know if there is a way to make it look for them under their project folders instead?
 
Old December 6th, 2007, 11:33 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Ron,

Sorry for the confusion. I didn't give you the right menu path. Yes there is a "Tools -> Import and Export Settings..." option; that is for importing and exporting the file itself.

What I intended was "Tools -> Options... -> Environment -> Import and Export Settings". This was poor naming on MS's part because there is not import or export in this area of the options dialog.

Now you can refer back to the rest of my last post.


Regarding solution file locations:

When you create a new project in visual studio, typically the solution file will get saved along side it. I know that I have see where it will save a solution file in your default solution/project path. However I think the only time I've see that is when I open an existing project that doesn't have a solution.

One answer is simply: don't open projects, open solutions. Every project I work on has some project dependencies so I have to work in a solution context in order to load all the necessary projects. In my case, I can't just open a project as it will never work.

There is a MS white paper on team development that discusses solution structure and team development. It's well worth a read for anyone doing VS .NET development. http://msdn2.microsoft.com/en-us/library/ms998239.aspx

Working in teams with many projects can be complex. I have organized 3 different teams at 3 places I've worked so far so I have some experience with it. If you would like, start a new thread with some details about your environment and I'll see what I can help with.

-Peter
The Following User Says Thank You to planoie For This Useful Post:
Ron Howerton (February 22nd, 2013)
 
Old December 6th, 2007, 11:47 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

Thanks, Peter. I found it and it's pointing to the C drive, which obviously we already knew based on where it saved my settings when I exported them to view them.

I would like to force VS to put the solution/project files in the same location as the rest of the project to avoid headaches such as the one that iniiated this thread. Shall I open the new thread in this forum, or can you suggest a more appropriate place for it and where it might prove useful for others with similar concerns?
 
Old December 6th, 2007, 03:11 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

There are some visual studio forums under the general .NET category. Try one of those.

http://p2p.wrox.com/net-15

-Peter
The Following User Says Thank You to planoie For This Useful Post:
Ron Howerton (February 22nd, 2013)





Similar Threads
Thread Thread Starter Forum Replies Last Post
When to use NEW in declarations LarryMoore BOOK: Beginning Microsoft Visual Basic 2008 ISBN: 978-0-470-19134-7 8 September 24th, 2008 04:02 PM
Why do API Declarations Incr. .EXE size? BrianWren Pro VB 6 6 December 21st, 2007 03:23 PM
Chap 18 XML,error: multiple DOCTYPE declarations cJeffreywang BOOK: Beginning ASP 3.0 1 November 9th, 2005 03:54 PM
Variable Declarations New2ASPnet General .NET 1 July 30th, 2004 09:49 AM
retaining ENTITY declarations arvin XSLT 3 July 23rd, 2003 01:51 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.