Questions tagged [projects]

318 questions
0
votes
2 answers

TFS Build Replication Project Web Base in others projects

How do I mount a build that has a basic web design and replicates to other projects? I do not want replicate the basic things manually that are in common use in other projects, such as the menu, layout pattern, etc ... I'm a few days researching…
Thiago
  • 1
  • 1
0
votes
2 answers

Is there a way to set two C#.Net projects to trust one another?

I have two C#.NET projects in a single solution ModelProject and PluginProject. PlugInProject is a plug-in for another application, and consequently references its API. PlugInProject is used to extract data from the application it plugs into.…
Eric Anastas
  • 21,675
  • 38
  • 142
  • 236
0
votes
1 answer

Graph Database and Big Data

I've been working on a project that involves graph database and I used Neo4j as a tool. Since, I am on the verge of completing the project, I was thinking of integrating it with big data. Is there any way of integrating or connecting them, any…
Amogh Mishra
  • 1,088
  • 1
  • 16
  • 25
0
votes
3 answers

Visual Studio 2008 project organization for executable and assembly

I am having a problem setting up the following in Visual Studio 2008: a parent project which includes the entrypoint Main() method class and which declares an interface, and a child project which has classes that implement the interface declared in…
user304582
  • 1,910
  • 5
  • 28
  • 49
0
votes
3 answers

VS 2008 favorite projects list

I have a Folder with about 1000 Projects. So to open one, it's not that easy with this amount. Recent projects are very useful feature, what I need is something like favorite projects.
theSpyCry
  • 12,073
  • 28
  • 96
  • 152
0
votes
1 answer

Starting project in same solution with buttonClickEvent/Closing current c#

What i want to achieve is this: I have a solution with 3 projects inside. I've added these projects to the explorer folder, solution explorer and made a reference from projectA to projectB & projectC. Now what I want is this, when I click a button…
user3644837
  • 335
  • 2
  • 3
  • 8
0
votes
1 answer

How to mass export projects in Eclipse (zip align and sign)

I am looking for a way/a script that will allow me to mass export lots of Eclipse projects without my intervention. They must all be zip aligned and signed with my key, have my alias, everything that's needed for them to be uploaded. Why do I need…
0
votes
1 answer

Running 2 projects - one within another and debugging the 2nd

I have a project that calls the exe of the other but, I want to be able to step through both projects calling from the parent project to the child project. I'm running VS 2012 with C#. I can open my parent project and add my 2nd solution. I can…
0
votes
1 answer

SubWebFolder and mutliple bin folders with Website model?

I am looking for some advice on how what is the best approach to subweb folders and having mutliple bin folders in the WebSite Project model. For adding new pages at a later stage without recompiling the core files of a website and without building…
OutOFTouch
  • 1,017
  • 3
  • 13
  • 30
0
votes
3 answers

Which kind information to cache in memory?

It's easy to decide which information to cache in memory in a node-like web-site, where you have few nodes, most popular pages, you can keep in memory. But what about sites where the whole mass of pages has same chances to be required? For example -…
Ben Usman
  • 7,969
  • 6
  • 46
  • 66
0
votes
3 answers

Wp8 How do I navigate to another project page

My problem is in navigating to another project file "ChatMeApp/MainPage.xaml" from my original project. My code is private void GoToChat(object sender, EventArgs e) { this.NavigationService.Navigate(new Uri("/ChatMeApp;component MainPage.xaml",…
Jooki
  • 16
  • 2
0
votes
1 answer

What happens when there are references to other projects in a solution, and each project is deployed to different servers?

For example: I have a LogModel for writing logs to the database in each of five projects under one solution. They're all the same, so if I edit I have to edit each manually. Now I know I can reference it like "OtherProject.Models.LogModel", but when…
Josh Dean
  • 1,593
  • 2
  • 11
  • 17
0
votes
1 answer

MSBuild C++ - Making an XML script for making automated builds

At my workplace, there is a specific projects which has several dependencies before we can compile it. I'll describe it in more simpliar scenario: Let's say we have projects : A,B,C,D Regarding A,B, when compiling each one of these projects, we'll…
EVH671
  • 251
  • 2
  • 6
  • 20
0
votes
1 answer

Two web sites using EF, one of them has a SQL Server CE test database

I have a VS Solution, with two projects (of type "ASP.NET MVC 4"). One of them (FirstProject), in its web.config, has: connectionString="Data Source=|DataDirectory|MyDatabase.sdf" I want the other project (SecondProject) to be able to access that…
sports
  • 7,851
  • 14
  • 72
  • 129
0
votes
0 answers

Create a link to the current projects category page in Wordpress theme?

I'm building a WP site using the 'Flexible Theme' form Elegant Themes. The site is currently viewable at www.hatchgallery.co.uk/hatchgallery. When you click on one of the latest pieces of artwork on the home page (each one is a separate project) I…
Scott Eldo
  • 473
  • 11
  • 28