Questions tagged [projects]
318 questions
0
votes
1 answer
Visual Studio solution/projects organization
Let's say that you re creating a complex back-end system. Somewhere in the system, you have an IQueue interface. You are planning to have several implementations for the queue:
Naive "in-memory"
Database (where the queue is managed in a…

SaguiItay
- 2,145
- 1
- 18
- 40
0
votes
4 answers
Is it reasonable to have more than 65536 User Defined Types in large projects?
I'm thinking about some stuff related to runtime type info, and I'd like some feedback from programmers who work on much larger projects than I do. Is it at all reasonable to expect any program to ever have more than 65536 (2^16) user-defined types…

dsimcha
- 67,514
- 53
- 213
- 334
0
votes
1 answer
generating an android ant file from eclipse
I have an android project containing all my activities and manifest file etc and I am referencing 2 class libraries that contain various helpers, adapters etc. The class libraries are standard java projects.
My issue is that when I use the android…

Richard Parkins
- 147
- 2
- 11
0
votes
1 answer
How to make two projects depend on each other in XCode4?
So I have two XCode projects that I created with XCode 3. One is a host, the other one is a plugin. To run or debug the plugin, I have to start the host application and put the plugin in the resources folder of the host.
How can I accomplish that in…

bastibe
- 16,551
- 28
- 95
- 126
0
votes
1 answer
Android- combining projects
Im currently working on a large project and I have built all the different modules into their own projects. Now I need to put all the modules together into one project.
I would like for the separate activities to launch upon certain button clicks…

James andresakis
- 5,335
- 9
- 53
- 88
0
votes
1 answer
How do I get multiple overlapping config files for multiple solutions in ASP.NET?
I'm very new to ASP.net, so I'm just figuring this out.
First off, I have multiple separate projects that will be hosted on the same server.
Second, they must be able to share certain settings (like connection string, configuration options,…

rocketmonkeys
- 5,473
- 5
- 28
- 21
0
votes
1 answer
How to make Multiple Projects access a single custom component, when installed side-by-side
I am creating a custom component (comp A) which is used by 4-5 other winform projects in the same solution. The issue is while installing the app, the user might select at the minimum one project to install or more. S/he might install another…

Jameel
- 1
0
votes
1 answer
Can't see items from one project in another C#
I have all of my references set up, and the classes are public, but I still cannot see the classes and project in the project I'm working in. Does anyone have any other ideas to try? Thanks!

Amy D
- 25
- 4
0
votes
1 answer
Should I Use Multiple Targets or Separate Xcode Projects?
I am making a food menu app for 3 separate restaurants but the app code is mostly the same for each one, just different content. Does it make more sense to use multiple targets in Xcode to manage this, in terms of keeping code updated across apps…

Eric Vanderbilt
- 11
- 2
0
votes
1 answer
Project Online read-only Error
I am having a problem with Microsoft Projects (Online Only). Getting the error as shown in the image below. Anyone knows how to resolve this issue?

Ifechi
- 107
- 8
0
votes
1 answer
Search functionality in Github/Repo/Projects
Update: The issue was forwarded by Github’s Support to their Engineers (13.02.2018).
I am currently learning Github and want to integrate the Projects tab in my repository into my workflow.
I did the small tutorial and am now trying to make columns…

HD.Ng
- 1
- 1
- 3
0
votes
2 answers
what public service project would you create
if you had
4 software developers
any open source software
server hardware
internet connection for hosting
100 person days in which to do it?
littlegeek
0
votes
1 answer
run several .py file with local packages
I have several projects in Python cloned from GitHub.
Every project needs to first run a setup.py file to install local packages next I run main.py file to execute the code.
How can I run all projects in one code (.py file)?
I would like to run the…

JakubM
- 23
- 8
0
votes
2 answers
After creating separate Models and Controllers projects, I get "no suitable method found to override" on my Initialize method declaration
This is driving me insane... I am reorganizing my MVC app into a Models project and a Controllers project, and then the main application as a project. So, everything is working good so far except...
Whenever I go to "Rebuild" my controllers…

Mike Marks
- 10,017
- 17
- 69
- 128
0
votes
1 answer
Merge two project with GIT
I have multiple projects that (Dynamics CRM solutions for those who knows) that have have the same folder structure and I need to merge one project with another in order to:
Merge files that have the same name.
Add files from one project to the…

Hubert Solecki
- 2,611
- 5
- 31
- 63