Questions tagged [projects-and-solutions]

Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy. This can also be done manually.

1354 questions
-1
votes
1 answer

Event that manages two projects in Windows Forms

I want to pass information from one project to another with delegates. The project is with Sockets and I wanted that an event is triggered when either the client project or the server project send a data so that the information can appear in their…
-1
votes
1 answer

Starting a project like picasa

I am starting a new project which have an interface like picasa 3. Please let me know what all documents i have to prepare in advance before starting the project. Right now i am only developer but in the future other developers may join. Is there…
logeeks
  • 4,849
  • 15
  • 62
  • 93
-1
votes
2 answers

Creating Multiple Forms By Combining Multiple Projects

Assume that I have a project that contains two buttons on it. Each buttons generate a custom form. I wrote both forms manually. But I wonder, is there a way that I can make these forms by using toolbox in different projects and combine them in one…
iva123
  • 3,395
  • 10
  • 47
  • 68
-1
votes
2 answers

Organizing Spring Web Project

I need to create a Spring Maven Rest Project. I tried googling and found that a Spring MVC project can be organized in the following way- controllers dao service model exception My doubt here is that I dont need to fetch anything from database…
rufy
  • 47
  • 2
  • 7
-1
votes
1 answer

Connect two separate projects under single domain

I have an A project developed using MVC, SQL and a B project developed using weboforms, SQL. I have single domain name to publish. So I planned to put single page with two links and from that page access two separate projects. How can I do this? Can…
KaviSuja
  • 450
  • 1
  • 9
  • 37
-1
votes
1 answer

what is the best way to match 2 images in opencv?

I am working on a image processing project which is related to currency recognition. What i am going to do is just load all currency images to an array and compare them one by one with the unknown currency that the user input to the system and…
-1
votes
4 answers

Where to put my library of development tools that are functions in a .NET solution?

I have come with a growing library of quick one-click functions that I want to call as development tools. So far, I have written them as [TestMethod, TestCategory("ToolsManagement")] functions that I set at [Ignore] and when I want to use my tool I…
Bruno
  • 4,685
  • 7
  • 54
  • 105
-1
votes
1 answer

msbuild projects build order

I am building a solution in visual studio 2005, it is working fine but when I build it from msbuild some files do not get copied in start up projects bin folder. Please tell me how to solve this problem.
Hema Joshi
  • 247
  • 1
  • 5
  • 10
-1
votes
1 answer

How to enable new compiler features without breaking old compilers in Visual Studio?

I'm (co-) working on a library having to target many different compilers and compiler versions. For example we need to support Visual Studio 2005 through 2015 along with some others (ICC, Clang, GCC, ...). Now most new compilers add new features and…
SEJPM
  • 262
  • 4
  • 12
-1
votes
1 answer

Not able to load partials in angular js

I am new in angular js and trying to load a view(jsp) using angular route. I have set up a vanilla project and trying to run it on server. Though my application home page is perfectly loading but I am not able to load a different view using angular…
-1
votes
2 answers

MSBuild .NET project that will output existing assembly as it's result

I need to create csproj file that will be usable as project reference in VS2013 and will output prebuilt binary as it's "Build" result. We use referenced projects for build, however company policy doesn't allow access to some of that projects for…
-1
votes
1 answer

Communication between to Forms of two Project C#

If two project in an solution ,how to open one of the form from Project 1 through this I go to form of project 2 and how can I go back to previous form in C#??
AMU
  • 43
  • 5
-1
votes
1 answer

How can I add a state to my online taskboard TFS(Team Foundation Server)

I want to add a state to my taskbaord in online Team Foundation Server project. I can't figure out how to do that. See pic. Can someone help me?
Ceesz
  • 86
  • 1
  • 1
  • 10
-1
votes
3 answers

How can I download a file using SFTP protocol from another server if the other server is not an SFTP server?

want to download the file using java code from the server which is not SFTP server,how can i do this? i dont have an SFPT server , i use an apache tomcat server ,and copy files to that server. my another application working on different server want…
-1
votes
1 answer

build does not stop in Visual Studio 2010

I try to build a simple piece of code in Visual Studio, but the building process gets entangled in an infinite loop. The code is simple: // test.cpp : Defines the entry point for the console application. // #include using namespace…
Svalbard
  • 182
  • 2
  • 13