-
Notifications
You must be signed in to change notification settings - Fork 19
Do you know how to run F# with DNX RC2? #26
Comments
The most likely cause of |
What do I have to check?
Then I do Running from Visual Studio produces the same result and console windows closes. I also tried to create C# MVC 6 app (WebApplication1) and reference F# MVC 6 library (WebApplication2) but get
I have no idea what is wrong |
VS is wonky, so don't expect much F# DNX to work from there. You have to run from command line. Also, don't use full path when executing DNX. I'm not sure if this matters, but in case it uses PATH to find relevant libraries it might. So after selecting a DNX version (as you have by doing After doing Now, you've showed me what version of DNX you're using, but that's only half of the story. Though, since you're running the |
I only tried with |
So you've restored everything (you have to do this at the solution root for this project I think) after making sure you have the latest DNX selected (checking |
Only this error in HelloMvc with
|
Try nuking the |
What do you mean by that? |
Delete it |
Can be related to #28 I had the same error You need |
I got this working with running "dnvm upgrade -u" then "dnu restore" in root folder and then "dnu restore" in the chosen sample folder, and then "dnx run". (HelloFSharp sample works with these commands, HelloMvc is broken as mentioned above) Though would be nice if FSharp.Dnx were available in the nuget, if it is I couldn't get it working from there. |
I tried different ways
or
but receive
The text was updated successfully, but these errors were encountered: