Questions tagged [project]

In software development, a project is a collection of files and resources used in the development of an application or service. Use [ms-project] for Microsoft Project questions.

In software development, a project is a collection of files and resources used in the development of an application or service.

For questions related to Microsoft Project use the tag .

4797 questions
1
vote
0 answers

Further opportunities with an ASP.NET Project?

I recently finished a personal web application I had created for my uni. It's mine now to do with as I want. I wrote it on Visual Studio using ASP.Net, CSS, and C#. (I had originally written the first few pages in HTML and PHP, but due to a problem…
1
vote
0 answers

I installed STS 3.9.9 in my eclipse and I made a Simple Spring Maven project, but it is empty. How can I get the proper template?

I installed STS 3.9.9 in the eclipse and made a Simple Spring Maven project in the Spring legacy project folder. However, it just creates a project with a file called MANIFEST.MF. It is missing the template that includes the src folder, web folder…
Tom_the_cat
  • 159
  • 12
1
vote
2 answers

How to build a java project using the command line?

I am a student and I hate not knowing how things are organized. I'd like to be able to create a full on java project from scratch on the command line. I'd like to be able to import jars and set the classpath, make packages and import them. ALso…
1
vote
0 answers

cordova - Error: Failed to fetch platform android on azure buiild pipeline

I am working on azure build pipeline and trying to run the task of ionic command to cordova add platform android and while running the command I am getting an error mentioned below. Failed to fetch platform cordova-android@7.1.4 Probably…
Ragesh Pikalmunde
  • 1,333
  • 1
  • 20
  • 44
1
vote
1 answer

How to unwind two arrays in Mongodb and project them distinctly?

I want to unwind two arrays in a single document. Now I want to project them separately as mentioned below with extra field that defined its type. Suppose if it is washed then the type should be defined as wash and If it is installed then the type…
1
vote
1 answer

Error creating new symfony's project and can't use bin/console

I just installed Symfony's cli on Debian via wget, when creating a new project with the new Symfony project --full, the following error appears: Executing script cache: delete [KO] [KO] Script cache: delete returned with error code 1 !! Could not…
xino_92
  • 13
  • 3
1
vote
1 answer

IntelliJ 2019 scroll to source missing from project options menu

My question consist of 2 parts: After update to 2019 version of IntelliJ Scroll to Source option from project panel is missing, after some web search I'm unable to find it. Is it missing? Default? I'd like to set "scroll to source" so that…
Ferned
  • 11
  • 3
1
vote
1 answer

Syntax error: Identifier 'App' has already been declared (11:7) Not posted anywhere else in the file

I was running npm to test to see what working for the school project I've been working on. I got this error and commented out everywhere I found the word app. This is the error: Syntax error: Identifier 'App' has already been declared (11:7) 9 |…
The Lilian
  • 21
  • 1
  • 5
1
vote
3 answers

what is the difference between github project and project inside repository?

I know this question sounds dumb, but I am unable to understand the difference between the main project and project option provided inside each repository. Are they same? (But the URL differs) I looked at help.github.com but it doesn't help. I…
1
vote
1 answer

importing python modules and packages in different sub-directories of the same project

I'd like to figure out the cleanest and preferably self contained way to use my packages in scripts that are in a different directory to the package itself. The example problem is as follows: The modules in lib need to both be imported, and run as a…
1
vote
0 answers

Webpage collector using google bot

I'm continuing a project that has been coming for a few years at my university. One of the activities this project does is to collect some web pages using the google bot. Due to a problem that I cannot understand, the project is not getting through…
MarceloTrj
  • 11
  • 1
1
vote
1 answer

how do i start the first 2 function of my malloc and free program?

For the project i need to make my own malloc/free program. But i really don't know how to start making the functions. The teacher included some what every function should do but i still don't know how to begin. We only had 1 lesson for C so i'm also…
mark12
  • 23
  • 6
1
vote
2 answers

Creating a shortcut to IE in a Visual Studio Setup Project

I'm creating the installer for a Silverlight app of ours. The app will run on the local machine, in internet explorer in kiosk mode and will be started from a desktop shortcut. I'm having trouble creating the shortcut with my Setup Project in VS…
Sam Sutherland
1
vote
0 answers

How to link two projects in Visual Studio?

I have two projects in the same Visual Studio 2019 solution. My first project creates an exe whereas the second is a dynamic library. I've linked the second project to the first one, so now I can use class, structs, variables and functions that are…
1
vote
1 answer

Can i have multiple C source files in the same project (Visual Studio 19)?

Beginner here. I code in C atm. So Ive just started using VS 2019. A few troubles along the way but I got Build error along with LNK 2005 and LNK 1169. Turns out I cant have multiple files in the same project. Especially if Im using same header in…
Artaxerxes
  • 137
  • 1
  • 3
  • 10
1 2 3
99
100