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

Visual Studio 2010 Projects on a Network

I have a windows form project that runs/debugs fine when the project is located on my local machine but when copied to a network location the run/debug just doesn't work. No error messages are given. Clicking the tool strip button that resembles a…
ric7
  • 33
  • 1
  • 3
1
vote
0 answers

Jira Query filter out only the sub task that attached to a initiative

I have bunch of initiatives with sub task attached to them, and im looking for a query that I can run that pretty much takes out all the sub task and show that out in a search and not the initiative.
Jon
  • 13
  • 2
1
vote
1 answer

Build QR code that provides Wifi password and then open a link

I'm thinking of creating a python program that will help create a QR code for the WiFi password. And after connecting to Wifi it should provide a link to other services as well. Here I want to create QR having 2 capabilities: contain wifi ssid &…
drazraut
  • 41
  • 2
  • 5
1
vote
1 answer

Deleted files magically re-appear in VS Code Maven Java project

Quite simply, I have some files I need to delete from my Java Maven project in Visual Studio Code. I can delete them either from VS Code or the file system (windows 10), but they later re-appear back in the project and filesystem. I currently don't…
Jimbo
  • 1,685
  • 3
  • 12
  • 15
1
vote
0 answers

intellij ulltimate 2020.2 is not able to recognize the essential annotations?

i lately updated my intellij ulltimate to the version 2020.2 and it is no longer able to: Recognize the essential annotations such us @SpringBootApplication when i create new projects ! Recognize the main application of any old or downloaded…
1
vote
0 answers

my projects in intellij ultimate are no longer recognizing the annotations

i lately updated intellih ultimate fron 2019 to 2020.2 version and all the projects i create with springboot initializer are not recognizing the most important annotations such as @SpringBootApplication also it does not recognise the main classes in…
1
vote
3 answers

How can I check if two strings are anagrams?

These are the details of my project: Anagrams: The aim of this project is to create a game in which the user is presented with an anagram of a word and has to guess the right word within a limited number of attempts. Features of the Project: The…
1
vote
1 answer

Error every time I start a new VS project "Spectre-mitigated libraries are required for this project."

Whenever I start a new C++ project on Visual Studio and compile, I am faced with this error. I then have to go to settings and disable spectre mitigation. Error MSB8040 Spectre-mitigated libraries are required for this project. Install them from…
Eon
  • 149
  • 8
1
vote
0 answers

Project Euler #3 C My program displays the correct output for 13195. But it does not display anything for 600851475143

When n=13195, the program displays the correct output i.e. 29. But for the following code, the program does not display anything. Please help me fix the bug. Thank you. unsigned long long int n=600851475143; unsigned long long int…
user14113709
1
vote
6 answers

pdf2image.exceptions.PDFPageCountError: Unable to get page count. error

Hello I am working on a project(converting pdf to jpeg images), I am using the pdf2img module in python for the same.But I am getting an error here: images=convert_from_path(filename,poppler_path=r'C:\Program Files\Library\bin') the error which I…
Vict_r prin_e
  • 11
  • 1
  • 1
  • 3
1
vote
0 answers

React Native pod install fails [nanopb]

pod install fails with this error, anyone know what to do? [!] CocoaPods could not find compatible versions for pod "nanopb": In Podfile: EXFirebaseAnalytics (from `../node_modules/expo-firebase-analytics/ios`) was resolved to 2.4.1, which…
1
vote
1 answer

Problems on making the game "Falling Blocks" on Processing

So I am making a game on Processing and I cant seem to be finding how to make this if statements condition. the condition is supposed to deduct a life when my circle touches a block I have the idea but I just can't put it in code please help me. The…
Atif_karim
  • 21
  • 8
1
vote
2 answers

How to change IWorkspaceRoot's path in Eclipse Plugin project

My problem is to open a project from an Eclipse Plugin project I have a sample code that works well but My project is not in Workspace. It is in a folder which is in WorkspaceRoot path. I have to set a path as "workspaceRootPath/AFolder" is it…
Sinan Goker
  • 249
  • 1
  • 3
  • 16
1
vote
0 answers

When should you create new classes?

I've created a small hangman game, very simple. I currently have 3 classes: HangmanStart(start menu), HangmanUI(main game window) and HangmanMain(methods). But I would like to know when you should have more/less classes and when I should break them…
1
vote
3 answers

Assets file obj\project.assets.json doesn't have a target ".NETFramework,Version=v4.8/win7-x86" (NETSDK1047)

After I upgrade my project files to new project file format, my executable client project (.exe) throw the error when I compile it with msbuild: error NETSDK1047: Assets file obj\project.assets.json doesn't have a target…
Mar Tin
  • 2,132
  • 1
  • 26
  • 46