Giter Club home page Giter Club logo

Comments (10)

Praburaj avatar Praburaj commented on July 20, 2024

What OS this is on?

from hosting.

kirthik avatar kirthik commented on July 20, 2024

On windows 8 x86 with vs 2013

Sent from my iPhone

On May 13, 2014, at 7:15 AM, "Praburaj" <[email protected]mailto:[email protected]> wrote:

What OS this is on?

Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-42960234.

from hosting.

Praburaj avatar Praburaj commented on July 20, 2024

This is possibly a dupe of aspnet/dnx#167.

from hosting.

kirthik avatar kirthik commented on July 20, 2024

How are they related? 167 is win 2012 R2 with NO Vs or git but this machine is with VS. Also 167 bug is about not able to run kvm install too. This is about hosting error in IIS on core clr

from hosting.

Praburaj avatar Praburaj commented on July 20, 2024

my bad. that's right.

from hosting.

JaneZhouQ avatar JaneZhouQ commented on July 20, 2024

This bug is also repo'ed on Server 2012 in preparing for the performance benchmark run.

from hosting.

glennc avatar glennc commented on July 20, 2024

This is happening because the runtime is not on the path, so Helios is failing trying to load the Core CLR API libraries.

Adding program files\KRE\bin to the path will make it work. I think 'lvm use -g -p' will do that for you.

Helios finds coreclr.dll, which tries to load the api- dlls, but they cannot be resolved because the kre bin is not on the path. Perhaps Helios should add the directory it tries to load from to the path?

from hosting.

Praburaj avatar Praburaj commented on July 20, 2024

I doubt if this is different issue. Helios searches in krehome first then falls back to the application's packages folder. I have seen this happen even if my app's packages folder has the kre* folders. The same setting works on a win8.1 machine. I noticed this can reproduce even on iisexpress.

from hosting.

davidfowl avatar davidfowl commented on July 20, 2024

This is fixed, see aspnet/dnx#179

from hosting.

davidfowl avatar davidfowl commented on July 20, 2024

This bug is in the wrong place. Closing it and reopening the KRuntime bug

from hosting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.