0
votes
0answers
16 views
Visual Studio Solution to SCONS?
Is there any tool that can convert a large and complex* Visual Studio 2005 (or 2008) Solution into a SCons project?
* Lots of projects and multiple configurations on multiple plat …
5
votes
10answers
217 views
.NET solution - many projects vs one project
Hi all,
We currently have a rapidly growing C# codebase. Currently we have about 10 projects, split up in the usual categories, common/util stuff, network layer, database, ui com …
4
votes
4answers
95 views
What is the best pattern for using same Log4net logger across many assemblies in a solution?
I have a solution consisting of a main winforms app, with associated internally written class library dll’s from which I wish to log. This logging should performed by the same logg …
5
votes
5answers
132 views
Should a Visual Studio project be contained in more than one solution?
Note: This is for a shop that works in C++, C++/CLI, and C# with some products being delivered as a combination of all three.
We currently have a rule that a project should have o …
1
vote
1answer
25 views
How to create a Visual Studio 2008 C++ project template?
I've used the "Export Template" feature numerous times for C#, ASP.NET, WinForms, etc. projects. Today I tried to do it for a C++ project and noticed "Export Template" was grayed o …
2
votes
3answers
80 views
How do you structure your ASP.net sources in Visual Studio?
Do you have one solution with the web application project, class libraries, database project and tests? Or, do you segment it into multiple solutions? Why?
I'm asking because we'r …
0
votes
2answers
19 views
Error in Properties of .net Project & Designer file is locked.
Designer file is locked and when go to project properties it gives this error.
An error occurred trying to load the project properties window. Close the window and try again. The …
0
votes
0answers
40 views
Cashier/Stock Control/Product Management Free Software [closed]
Hi all do any of you have done, or know of a cashier software made in C/C++(preferably C because I suck at C++) using SQLite and linux. It needs to operate in a shell environment.
…
0
votes
6answers
85 views
How many projects in a solution is too many?
How many projects in a single solution is acceptable? And for those apps that have large project numbers do you put the other compiled dlls in some common folder to be able to run …
0
votes
1answer
40 views
Visual Studio Solution behavior in XCode
Is it possible to have multiple projects in one xcode project all accessible for simultaneous development?
Specific situation is to have an application and middleware library unde …
0
votes
1answer
37 views
Should interfaces be in a separate project from their implementation?
My question isn't so much about use of interfaces but more of a project organization nature.
Note: I am using VisualStudio in a multi-layered application.
Should my Interface fi …
0
votes
1answer
21 views
No templates available when creating a new project in Visual Studio
"No template information found. See the application log in Event Viewer for more details. To open Event Viewer, click Start, click Control Panel, double-click Administrative Tools, …
1
vote
1answer
11 views
Group commonly used solution items by function VS add-in
I am working i a big solution with much projects and items. It would come in very handy if there was an add-in in visual studio where i can group some items together according to t …
6
votes
8answers
209 views
How do you convince upper management that something can’t be done?
When you are employed as a developer, you usually don’t get a chance to choose on what you will work. It might be a new application that must be written, it might be an old one tha …
0
votes
1answer
20 views
VS2008 build multiple configurations of the same project
I have three solutions which build two clients and a server, and share many libraries. I would like to be able to combine these into a "master" solution that builds all the necess …
