compiler-errors Questions

62

Solved

I am trying to run some unit tests in a C# Windows Forms application (Visual Studio 2005), and I get the following error: System.IO.FileLoadException: Could not load file or assembly 'Utility, Ver...
Donkey asked 18/10, 2008 at 13:16

16

Solved

During a long compilation with Visual Studio 2005 (version 8.0.50727.762), I sometimes get the following error in several files in some project: fatal error C1033: cannot open program database 'v...

6

Solved

Upon attempting to compile python 3.7 I hit Could not import runpy module: jeremyr@b88:$ wget https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz .... jeremyr@b88:~/Python-3.7.3$ ./configur...
Narcisanarcissism asked 22/9, 2019 at 9:59

1

Coding Context: Angular : v15 (and same error on 13) NodeJS : v18.10 (and tried with v16.18 also) NPM : v8.10.0 VsCode : 1.73.1 Problem: When there is a syntax error in my Angular/TypeScript code...
Gielgud asked 23/11, 2022 at 16:23

3

i want to run my code in intellij ide (community edition) and when i try to run it, i got this error Cannot determine path to 'tools.jar' library for 18 (C:/Program Files/jdk-18.0.1.1) This is th...
Biblio asked 3/5, 2022 at 13:34

4

I'm new in VS code and in coding in general, I've been trying to install transformers with the command pip install transformers and pip install transformers[tf-cpu] both didn't work, with the follo...

2

Solved

Ok, so I'm trying to implement a simple "Command Bus" in TypeScript, but I'm tripping up over generics and I wonder if someone could help me. Here is my code: This is the interface for th...
Extrados asked 28/6, 2020 at 14:6

19

Solved

I have installed Rust on windows from Rust installation page. After installation I tried running the "hello world" program but got the following error. >cargo run Error Compiling helloworld ...

5

The following class is showing issue - The import com.fasterxml.jackson cannot be resolved - import com.fasterxml.jackson.annotation.JsonIgnoreProperties; @JsonIgnoreProperties(ignoreUnknown=true...
Course asked 24/7, 2019 at 12:10

2

Solved

Here is my Maven command mvn clean compile test-compile test for this project but I am facing with [ERROR] no more tokens - could not parse error message: Groovy:unable to resolve class Delega...
Muzz asked 16/9, 2017 at 18:30

2

Solved

I just installed the ngx-filesaver using: npm install file-saver ngx-filesaver Then in app.module.ts added: import { FileSaverModule } from 'ngx-filesaver'; ... @NgModule({ imports: [ ... File...
Heroics asked 12/9, 2023 at 14:24

5

Solved

I have a main directory A with two sub directories B and C. Directory B contains a header file structures.c: #ifndef __STRUCTURES_H #define __STRUCTURES_H typedef struct __stud_ent__ { char name...
Nogging asked 28/9, 2011 at 9:56

2

Solved

I try to run command "ng build" in my Angular app next i get: ✔ Browser application bundle generation complete. ✔ Copying assets complete. ⠋ Generating index html...4 rules skipped due to...
Koan asked 30/7, 2023 at 14:26

8

I'm getting the following error when I'm loading tidyverse. It was all working fine a few minutes ago when I was running my shinyapp. How should I resolve this? Error: package or namespace loa...
Usually asked 29/3, 2019 at 10:41

7

Got another problem. I had almost finished my project but felt like I had to change the namespace of the project. But instead of using refactor --> rename , I selected my namespace, edit --> find ...
Aeolus asked 17/5, 2014 at 1:49

8

Solved

Why do I receive the error "Variable-sized object may not be initialized" with the following code? int boardAux[length][length] = {{0}};
Epinasty asked 21/6, 2010 at 7:52

4

Solved

I've run into an Undefined Variable Error writing SCSS. My file structure is sound (I believe), because it compiles the rest of the files as it should into main.scss. I'm using @use instead of @im...
Paleface asked 24/11, 2020 at 4:49

45

Solved

I'm having another of these "Could not load file or assembly or one of its dependencies" problems. Additional information: Could not load file or assembly 'Microsoft.Practices.Unity, Ver...
Hickie asked 17/12, 2010 at 11:13

26

I try to run my program but I have a Build: failed Failed to compile values file. but I don't know why? the values file is generated by default ... and I have this error Resource compilation faile...
Stupa asked 10/10, 2020 at 17:42

8

Solved

When I run almost any app in Android Studio, my LogCat gets full of messages like: "? E/GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8 ? E/GnssHAL_GnssInterface: gnssSvSta...
Drayage asked 25/10, 2019 at 11:20

6

I always get bellow error on my M1 mac while rvm install 2.6.7 me@xx ~ % rvm install 2.6.7 ruby-2.6.7 - #removing src/ruby-2.6.7 - please wait Searching for binary rubies, this might take some tim...
Stifle asked 24/8, 2021 at 7:8

20

I am getting this error while running my app. Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could no...
Surveyor asked 25/10, 2020 at 8:34

13

I am working on a flutter app and project was running perfectly but suddenly project isn't running and it is giving me an error. Here is the error code i am getting when i try to run app Compiler m...

19

Solved

So I keep getting this error when trying to compile C++ code using CodeBlocks. cannot open output file [filename.exe] permission denied It only started today, and it's sporadic and inconsisten...
Toft asked 29/7, 2011 at 15:25

7

Solved

PREAMBLE: this question is quite obsolete, it was written when the preferred Android dev environment was Eclipse with the Android plugin. I had a Java Android project for a while. Today, I've upda...
Selfabnegation asked 20/10, 2011 at 19:6

© 2022 - 2024 — McMap. All rights reserved.