About 42,100,000 results
Open links in new tab
  1. terminology - What is "runtime"? - Stack Overflow

    Oct 10, 2010 · The runtime or execution environment is the part of a language implementation which executes code and is present at run-time; the compile-time part of the implementation is called the …

  2. runtime - What is run time environment? - Stack Overflow

    Sep 14, 2010 · The runtime environment can also be a virtual machine, such as the JRE (Java Runtime Environment) or CLR (Common Language Runtime) for .NET framework. What is the target of your …

  3. How to fix worker runtime metadata for Azure .net8 isolated worker ...

    Nov 12, 2024 · The 'FUNCTIONS_WORKER_RUNTIME' is set to 'dotnet-isolated', which does not match the worker runtime metadata found in the deployed function app artifacts. The deployed …

  4. FileNotFoundException: Could not load file or assembly …

    Oct 21, 2024 · Could not load file or assembly "System.Runtime version=8.0.0.0" Here's what I've tried and hasn't worked: Reinstalling Visual Studio Reinstalling .NET Repairing .NET Restoring NuGet …

  5. What is the difference between "compile time" and "run time"?

    May 16, 2013 · In computer science, the qualifier run time, run-time, runtime, or execution time refers to the period while a computer program is actually executed ("run") in a computer, from beginning to …

  6. windows - How to resolve Java Runtime (class file version 55.0), this ...

    How to resolve Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 error? [duplicate] Asked 3 years, 11 months ago Modified 1 year ago …

  7. How to dynamically resolve keyed services at runtime in .NET 8 ...

    May 8, 2025 · In .NET 8, the dependency injection (DI) container introduced support for keyed services, allowing registration and resolution of services using keys. However, I'm struggling to dynamically …

  8. What's the difference between SDK and Runtime in .NET Core?

    The runtime is the "virtual machine" that hosts/runs the application and abstracts all the interaction with the base operating system. Only the latter is required to run the application, but the former is needed …

  9. Failure starting Docker container. "failed to create shim task: OCI ...

    Jun 21, 2022 · Failure starting Docker container. "failed to create shim task: OCI runtime create failed: runc create failed" Asked 3 years, 5 months ago Modified 1 year, 4 months ago Viewed 432k times

  10. Missing vc_runtimeminimum_x86.msi and installation won't work

    Apr 21, 2017 · There are usually the "Minimum runtime" and the "Additional runtime"-components. After I've uninstalled both of them with this tool, I could just install a programm that uses these runtimes …