Questions tagged [multiple-projects]

Questions about the difficulties that can be faced while working on several projects at the same time.

Questions about the difficulties that can be faced while working on several projects at the same time. This can be for example:

  • how to share evolving code between projects
  • how to split / merge projects
  • how to handle several projects in a IDE
145 questions
0
votes
1 answer

Multiple winforms projects - need to alter app.config files at time of install

I have a winforms solution with multiple projects (UI, web services, data access). All of these projects have their own app.config file. At install time, I need to change the connection string in the data access project based on user's database…
Jeff
  • 739
  • 12
  • 31
0
votes
2 answers

Add one header from a different project to my project using automake

I'm working on a relatively big project that is using automake build system. Now the problem is that I need to link the project with a library from another project (this works fine), but I also need to include a header from the other project source…
Šimon Tóth
  • 35,456
  • 20
  • 106
  • 151
0
votes
0 answers

Calling Proj2PageB.aspx page from Proj1PageA.aspx of another Project in same Solution

I am stuck in a condition where i have a single solution consisting of multiple projects. E.x. -> In one solution i've Project 1 which has Proj1PageA.aspx and i've another Project 2 which has Proj2PageB.aspx. Now i've a multiple conditions where…
0
votes
1 answer

Using extern variable in header and using across multiple projects

I have 4 projects in a single solution. I want to use variables defined as extern in one header file globally. The scenario is like this: headerfile.h and function.cpp in project1 mainfile.cpp in project 2 headerfile.h containts: extern int…
0
votes
1 answer

Appharbor deploy with multiple unit testing projects

I have an app hosted on appharbor with multiple Unit Test projects (a project per layer) but appharbor only runs one test projects any idea why it does this and how to make it run all my tests thanks in advance :)
Ahmed Sherien
  • 313
  • 1
  • 2
  • 15
0
votes
1 answer

Adobe Edge: Adding multiple projects into 1

I have made 11 separate edge projects and want to compile them into one using forward and back buttons. I can not find anything please help!
0
votes
0 answers

visual studio multiple project . how to use one variable of one project into another

I have two projects and i need to combine them into one solution. How do i map a variable from one project to another project?? My one project is developed in visual c++ 2010 and another project is developed in visual c# 2010. 1.I have to use…
0
votes
1 answer

Consume same WCF Service from multiple projects in solution

Situation: I have a solution of multiple projects: Executable App #1 Executable App #2 WCF Project Shared Project "Other" Project ... Now I need to consume the WCF service in my executable app #1. E.g. to retrieve information about a user from a…
Stefan Over
  • 5,851
  • 2
  • 35
  • 61
0
votes
2 answers

How to "Import" a "web site project" app code into a new project, all in the same solution.

we have an ASP.NET web forms w/ VB code-behind intranet "web site" project. It is time to split this out a bit as we have Intermec scanners that now need to use them. My idea is to have 3 separate "web sites" all under the same solution. 1 will be…
RandomlyOnside
  • 436
  • 1
  • 9
  • 22
0
votes
1 answer

One Output EXE from two projects

I have two projects and two .exes as outputs of these projects. But I want to create one .exe file that can run both. How can I do this in Visual studio 2010?
0
votes
1 answer

Object reference not set to an instance of an object in user control from another project

I have a solution with 2 projects in it. One project(TestControl) contains the aspx file. then the other(Controls) for the usercontrols. I have already made it possible for the aspx to display the user controls via referencing the Controls in the…
0
votes
2 answers

Winforms accessing connectionstrings in multiple projects

I have for example 3 Winforms projects inside the same solution. Project1 Project2 Project3 When I build the solution, all the projects and his respectives files (.exe) are generated. The problem is: Each project uses different connectionstring…
0
votes
2 answers

CakePHP project not working when upload to live?

Now I'm working in cakePHP project, It was working in localhost, But when I uploaded to live, It was getting 500 Internal Server error. Could you please advice me what is the problem is this and How to solve this? FYI : My server contains more than…
VinothPHP
  • 821
  • 2
  • 10
  • 22
0
votes
1 answer

Auto Build on specific configurations

Currently using vs2010. While trying to expand on this previous question: Create multiple versions of a project How can you now AUTO build on each configuration? is that possible? I need to have TFS trigger these specific builds.
user1161137
  • 1,067
  • 1
  • 11
  • 31
0
votes
1 answer

WPF: Can't add Name or EventHandlers to instance of a custom control defined in different assembly

I can successfully add controls defined in my Assets assembly in my main project. For example, a control like this: using System.Windows.Controls; namespace AdvancedAudioGui.Assets.Controls { public class MyControl: Control { public…
Mark S.
  • 54
  • 5
1 2 3
9
10