tagged [project]

ServiceStack as Windows Service with Razor - Setup Project

ServiceStack as Windows Service with Razor - Setup Project I have a servicestack project using razor exposed through a windows service, and need to create a setup project to install it (as opposed to ...

Error: Selection does not contain a main type

Error: Selection does not contain a main type I am trying to run some java files in a new project. So I make the project, put the files in it and I try to run the main file so my game starts. I get an...

The project was not built since its build path is incomplete

The project was not built since its build path is incomplete Every time I try to import a project downloaded from into Eclipse but I get some errors: > The project was not built since its build path i...

IntelliJ does not show 'Class' when we right click and select 'New'

IntelliJ does not show 'Class' when we right click and select 'New' We're creating a new project in IntelliJ and must have something wrong because when we right click on a directory, select and then g...

16 Feb at 11:45

Setting up C# solution with multiple projects using NLog in Visual Studio

Setting up C# solution with multiple projects using NLog in Visual Studio My solution in Visual Studio 2012 currently contains two projects: - - Both, the DLL and the WPF application, use `NLog` for l...

Create MSI or setup project with Visual Studio 2012

Create MSI or setup project with Visual Studio 2012 I create a small application and I would like to create one MSI file. In [Visual Studio 2010](http://en.wikipedia.org/wiki/Microsoft_Visual_Studio#V...

Best practice for Django project working directory structure

Best practice for Django project working directory structure I know there is actually no single right way. However I've found that it's hard to create a directory structure that works well and remain ...

How do you manage your Delphi Projects with third-party components in Version Control?

How do you manage your Delphi Projects with third-party components in Version Control? Installing third-party components always take a long time specially if you have large ones, but also it take more...

C# / VS2008: Add separate debug / release references to a project

C# / VS2008: Add separate debug / release references to a project When adding a user control or a project reference to a VS 2008 C# project, I can add only one configuration of the assembly. Is it pos...

30 Mar at 00:24

How can I create a windows installer MSI that does not require admin access

How can I create a windows installer MSI that does not require admin access I've created an MSI windows installer that installs a plug-in which I wrote for a piece of software used at my office. Howev...

Visual Studio Installer > How To Launch App at End of Installer

Visual Studio Installer > How To Launch App at End of Installer This is probably a stupid question and my Googling just is not functioning today. I have an application I added a Visual Studio Installe...

How can I refer to a project from another one in c#?

How can I refer to a project from another one in c#? I added a project, Project2, to my solution. It already had another project lets say Project 1. How can I call classes and methods from project2 in...

21 Feb at 20:9

.net Setup Project: How to pass multiple CustomActionData fields

.net Setup Project: How to pass multiple CustomActionData fields In a .net "Setup Project", it is possible to add one or more custom screens in the setup wizard, with fields (e.g. text boxes) where th...

3 Nov at 18:8

Evaluating software estimates: sure signs of unrealistic figures?

Evaluating software estimates: sure signs of unrealistic figures? Whilst answering “[Dealing with awful estimates](https://stackoverflow.com/questions/549597/dealing-with-awful-estimates/553200#553200...

Why can't I create Shared Project in Visual Studio 2015?

Why can't I create Shared Project in Visual Studio 2015? I downloaded visual studio community 2015. I tried to create a Shared Project and am getting an error: [](https://i.stack.imgur.com/eW8EL.png) ...

What is the best project structure for a Python application?

What is the best project structure for a Python application? Imagine that you want to develop a non-trivial end-user desktop (not web) application in Python. What is the best way to structure the proj...

Where do I put all these interfaces?

Where do I put all these interfaces? I'm trying to get my feet wet with unit testing. I'm currently not in the habit of writing interfaces for classes unless I foresee some reason I would need to swap...

VS2017 Setup Project - Where?

VS2017 Setup Project - Where? I'm trying to create a setup project / installer for a C# project but can't find the 'setup project' template in VS2017. In VS2015 it was under: Other Project Types >> Se...

9 Apr at 15:3

Referenced Project gets "lost" at Compile Time

Referenced Project gets "lost" at Compile Time I have a C# solution with two projects: a service (the main project) and a logger. The service uses classes from the logger. I've added a Reference to th...

2 Nov at 11:15

Is the C# 2.0 to C# 3.0 transition worth it for this project?

Is the C# 2.0 to C# 3.0 transition worth it for this project? I have read on Stack Overflow some people that have converting to C#2.0 to C#3, but is it really worth it? ### Update: The project will ha...

How do I add assembly references in Visual Studio Code?

How do I add assembly references in Visual Studio Code? So I've come across a similar issue twice now while working on my first project in C#. When trying to add either `using System.Data;` or `using ...

Eclipse projects not showing up after placing project files in workspace/projects

Eclipse projects not showing up after placing project files in workspace/projects I've searched for 2 days and can't find anything. I find things that are close, but not what I need. I got a new compu...

appSettings vs applicationSettings. appSettings outdated?

appSettings vs applicationSettings. appSettings outdated? I've got some questions about two ways to save settings in the web.config. : Look in web.config : (autogenerated by using the 'properties'-tab...

CMake: How to build external projects and include their targets

CMake: How to build external projects and include their targets I have a Project A that exports a static library as a target: Now I want to use Project A as an external project from Project B and incl...

26 Apr at 17:49

DragDrop registration did not succeed in Setup Project

DragDrop registration did not succeed in Setup Project We have some installation project in Visual Studio solution (Other project types -> Setup and deployment -> Setup project). This project has anot...