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

How to start another rails project along with the current project on Ubuntu 12.04?

I was trying to run another Rails project along with Diaspora. I used the commands rails server -p 3001 and rails server -p 3002 in the same directory with cd Diaspora. I visited http 127.0.0.1:3001 and in project two http 127.0.0.1:3002. But I…
Sakshi Jain
  • 410
  • 5
  • 21
0
votes
1 answer

PHP powered multiple project issue tracker

I've been looking for an issue tracker that supports multiple projects and has a wiki. I found Redmine, which fits what I need, and Trac, but I need one written in PHP. I took a look at MantisBT, but that's not quite what I'm after.
0
votes
1 answer

Implement a multiple web project structure in asp.net webforms

I'm working in a web application that has several areas of bussiness work. With time it's size has became a problem to develop on and to maintain. I would like to break the web project into several sub-projects or libraries depending on a main root…
Sergio
  • 1,383
  • 2
  • 13
  • 28
0
votes
1 answer

Reference aspx pages from different web project

I have an ASP .NET web form solution with multiple web projects. There is one core web project and each of the other web project work as pluggable modules. I have written a post build event to copy aspx/ascx files and *.dll of child web projects to…
Sanjay Singh
  • 714
  • 1
  • 8
  • 15
0
votes
2 answers

Referenced Project gets lost at Compile Time in VS 2008

I know the same tag line has been used to answer a same type of question, but, the answers there didnt help. My solutions has a couple of projects in them. One project say Prj.Infrastructure has some interfaces IA, IB, IC, ID and IE which are…
Vbz
  • 41
  • 1
  • 4
-1
votes
1 answer

How do i run multiple python files through command prompt

I need help with opening my first ever game in python. I followed a tutorial and in the tutorial it said that i should run the file through the command prompt. the problem is i don't know how to run files through command prompt and i also don't know…
Droideka
  • 1
  • 1
-1
votes
1 answer

How to deploy Laravel 5.8 project inside another PHP project?

I need to set up my Larave project inside another PHP project to access that project using https://example.com/laravel-project Because I need to use the same domain for the new Laravel project. For that, I used apache VirtualHost configuration like…
Gayan
  • 14
  • 3
-1
votes
2 answers

Static variable across tests in different test projects

I have 3 projects in my Visual Studio solution: 1 shared library project, 1 unit test project (mostly Selenium WebDriver tests), and 1 coded UI test project (I had a hard time combining my unit tests and coded UI tests into 1 project - so we have…
AngieM
  • 735
  • 6
  • 27
-2
votes
1 answer

C# Open a form from another form, which is located in a different project

I have two different projects, DriverSide and LogInForm. In both of them is a form, in DriverSide the form Form1 will be executed on the start of the application and in LogInForm the important form is the UserOnTrip form. On Form1 is a button and…
user8815467
  • 1
  • 1
  • 4
-2
votes
2 answers

Can I Build 2 Separate Apps To The Same iPhone?

I know this is a very stupid question, but I have 2 completely separate projects I am working on, one of which is already on the phone, and I want to make sure the second one will not override the first one.
Tom Metzger
  • 302
  • 1
  • 3
  • 15
1 2 3
9
10