|
When setting up a Visual Studio .NET solution with many projects, do you find "Solution Folders" useful? What are the drawbacks?
My original thought was that using Solution Folders can be useful to logically organize like projects within a solution. However...
Started by YeahStu on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
If you happen to have references to another solution and want to have access....
No, you should put all related project in a single solution.
I don't know about solution folders, but inside of a project, you can use folders to organize.
|
|
For some reason when I open an instance of VS2008 to view a single file say a web.config file even when I make no changes and close the file I can't close VS2008 unless I save a dummy solution. I have no files or projects in it so why can't I just exit...
Started by Dave Anderson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It seems VStudio always wants to relate items to a solution file regardless....
Can't you just answer no or cancel if VS asks you to save the solution?
I am seeing this also when I have a project or file open that is not tied to a solution.
|
|
MonoDevelop allows you to save your solution in either MonoDevelop format or Visual Studio format. What is the difference between these two formats? Are they different ways or storing the same thing? If not, what does one store that the other does not...
Started by Matthew on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Monodevelop version (2.0+) by default saves the solution file in .csproj solution format for the newest version of MonoDevelop is identical (as far as i know) to VisualStudio.
Open monodevelop format.
|
Ask your Facebook Friends
|
I tried drag and drop from the explorer, but no luck with following error:
"Folders cannot be dropped or pasted as solution items. Choose an individual document instead."
I know we can create each folders/subfolders manually and add each file, but any...
Answer Snippets (Read the full thread at stackoverflow):
Click the button in the VS Solution.
Copy the folder in question into the local path of the project .
|
|
I often need to list items with various-sized images on the left and text on the right, like this:
For 17 years, I have solved this with HTML tables , like this:
<html> <style> * { margin: 0; padding: 0 } body { padding: 20px; } #content {...
Started by Edward Tanguay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Px; } .itemBody h1 { padding-left:20px; }
The problem with this solution is that the right edges.
|
|
Just stumbled across these as a solution for a wash bag for track and race cars. sorry if this common knowledge but worth a look anyway if your in the market for one. Great fer a tenner!
http://www.classicpartsworld.co.uk/w..._bag_reservoir
Started by gingernuts on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at com):
Http://www.cbsonline.co.uk/product/W...r_Bag....
Thanks No probs, going to wire to my helmet full of red bull for the longer trackdays haha! I'd seen one here before .
Cheers! Seconded, every gram and all that! Good spot.
I'll have me one of those I think.
|
|
Just stumbled across these as a solution for a wash bag for track and race cars. sorry if this common knowledge but worth a look anyway if your in the market for one. Great fer a tenner!
http://www.classicpartsworld.co.uk/w..._bag_reservoir
Started by gingernuts on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at clubgti):
Http://www.cbsonline.co.uk/product/W...r_Bag....
Thanks No probs, going to wire to my helmet full of red bull for the longer trackdays haha! I'd seen one here before .
Cheers! Seconded, every gram and all that! Good spot.
I'll have me one of those I think.
|
|
Is any way to tell the solution explorer of Visual Studio 2005 not to expand all projects on the first opening of the solutio after svn-checkout?
Edit: Thanks for pointing out the PowerCommands. As I am using Visual Studio 2005 with .Net 2.0 it does not...
Started by lowglider on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As ljubomir mentioned: DPack has a solution collapse option....
I found this annoying too, so my solution opening of a solution and creation of the solution user options file.
Solution is to delete the .suo file.
Duplicate.
|
|
I need to have my own environmental variable (like $(VsInstallDir) ) for all projects in solution. How can i define it in my solution ?
I'm using VS2008, C++ solution
Answer Snippets (Read the full thread at stackoverflow):
All of the other projects in the solution would have to reference that dll already decided that the solution to your goal is to have a solution-wide environment variable(s), so.
It solution_env.dll or something.
|
|
Is it possible to make a solution in VS depend on (i.e. include) an entire other solution? I've seen some stuff about "Solution Folders", but these don't seem to be the same thing....? Thanks! (BTW, I'm using VS 2008)
Started by Robert Fraser on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The first two items are the most common....
Make a third solution containing all of the projects from both solutions.
Pre-build solution A, and only reference the built binary outputs from it in solution B.
In the correct order.
|