104 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
94
views
CS0006-Error when referencing a library-project (C#, MSBuild, .Net, .csproj, NETSDK1005)
I have a program and a library. the program has to use windows-dependency (WinForms or WPF ...) but the library should be platform-agnostic. I also want to be .Net-Version agnostic. So my library ....
0
votes
0
answers
1k
views
Visual Studio New Project - Designer Error on startup
I cant seem to find a solution to this - I created a new VB WinForms project and without adding any code, VS throws this error when trying to display the Forms designer. It takes several minutes for ...
0
votes
0
answers
97
views
Read and writing .txt files in C++
I have a .txt file named "COP1334C.txt" and it has this inside:
-----------------------------------------
COP1334C - Introduction to C++ Programming
Prof. Mary Taboada
Summer 2022
Arthur ...
0
votes
1
answer
160
views
failed to download When creating a new project in Flutter
Hello World
I want to create a new Flutter project, but it gives me this error
My internet connection is fine.
When I put this link in the browser, I can download it directly.
But it gives this error ...
0
votes
0
answers
102
views
How to remove "[invalid]" items from the Base interpreter selection dropdown, as seen during project creation in PyCharm?
Screenshot of invalid interpreters
I would like to remove these invalid entries, but I can't seem to figure out how. Can someone please guide me? I only want the dropdown to have Python 3.11, and not ...
0
votes
1
answer
618
views
Android Studio always starts with Java and won't let me start with Kotlin. How do I fix this?
I just installed Android Studio and when I start a new project it starts with Java even though I've selected Kotlin. Please help.
I'm using the file - new - new project
3
votes
1
answer
170
views
How to set Maven as default type for the spring initialzr with Intellij version 2022.3
With the new Intellij version (2022.3) Maven is no longer the default type (is has selected Bradle- Groovy) for a Java Project when using the spring boot initializr.
This is extremely annoying since ...
3
votes
1
answer
1k
views
Intellij idea default setting for projects
My code style settings keep getting reset when I create a new project, and I have to re-export from the default ide configurations.
is it possible to make some factory settings for the project (code ...
0
votes
1
answer
333
views
looking to hold a pygame window open for a few seconds then close it
(very new to python)i have this code below and i am wondering how i can hold the window open for a set amount of time then close the window. can anybody help me? anything helps
i really have no idea ...
2
votes
2
answers
507
views
Tabs for Android Studio (and other apps) on a Mac
How to open new project same tab for Android Studio (and other apps) on a Mac
open to new project in same tab
0
votes
0
answers
68
views
How to run Django new project in the same VS code folder which already has a project that is running on every runserver Port?
I created two projects baseproject and web_project using django in vs code folder: smcode5 with virtual environment.
I used web_project first to create an app and run on server port 8000.
Now I want ...
0
votes
0
answers
275
views
I encountered a TypeError: cannot read properties of null(reading 'python'), when I'm trying to create a new project in Rstudio of MacOS
Recently, I bought a MacBook Air m1 and started to write my code in Rstudio.
These are my installed files.
R: R 4.2.1 GUI 1.79 Big Sur ARM build;
Rstudio: RStudio-2022110-daily-120.dmg;
The problem ...
1
vote
1
answer
2k
views
New Angular project created without package.json, angular.json, etc
I decided to create a library for Angular as a way to learn a bit more about it. I work every day with Angular but have never set up a project from scratch. I've never had to actually deal with an ...
1
vote
2
answers
6k
views
Could not find com.facebook.fresco:stetho:2.2.0 getting this error while running a newly created app. I'm totally struck at this issue
*** What went wrong:
Could not determine the dependencies of task ':app:mergeDebugAssets'.
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com....
0
votes
0
answers
46
views
Validating if Jtextfield matches MySQL
I'm new to java and I'm making a ATM/bank app as small project to enhance my skills. I'm trying to see if it is possible to validate the Jtextfield to MySQL database. I have learnt how to validate ...