dnvm Questions
8
Solved
Today I installed VS 2015 on Windows 7 x64. Mainly to test new .Net Core features and etc. And for test I created new C# "Console Application (Package)" solution and got this message:
DNX SDK ve...
Paint asked 21/7, 2015 at 17:55
3
Solved
I test .net core on different OSs and I'd like to know if it's possible to install dotnet/cli (.net Core) on Windows 10 iot over my Raspberry PI3. My objective would be ro run simple GPIO tests.
W...
Scrambler asked 13/10, 2016 at 6:38
0
Hei guys, i was following this tutorial in order to run .NET Core in my OSX:
If you choose to install Mono, select the universal installer to make sure you get the x64 version. Edge.js requires Mo...
2
Solved
I want to remove all the beta versions of clr and coreclr
I cant see them in programs and features.
I am running Windows 7
I deleted all files in %USERPROFILE%.dnx\packages
but when I run
dnvm ...
2
This is about an obsolete pre-release version of .net core.
I have created a basic project in pre-release ASP.Net 5 (later on was renamed to asp.net core) using a beta/preview of visual studio 201...
3
Solved
DNVM installs a .dnx directory in C:\Users\myUsername\.dnx (in %USERPROFILE%).
Unfortunately, my user profile is limited to 30 MB by IT policies.
How can I move this directory to somewhere else, ...
3
Solved
I have run this command in Package Manager Console to upgrade the dnx.
"dnvm upgrade -u default"
Once It's get update, I can see(C:\Users\Chandrasekar.dnx\runtimes) the new runtime version as me...
Maple asked 1/9, 2015 at 11:5
1
Solved
Dnvm works in CMD but I can't use dnvm inside VS2015. why?
Pelagia asked 10/10, 2015 at 16:19
1
Solved
I am getting the following run-time error:
[InvalidOperationException: The current runtime target framework is not compatible with 'TestDeployProject'.
Current runtime Target Framework: 'DNX,Vers...
Swarey asked 31/7, 2015 at 11:6
2
Solved
I followed this guide when updating to beta5 and the update process seems to have worked.
http://blogs.msdn.com/b/webdev/archive/2015/06/30/asp-net-5-beta5-now-available.aspx
To update to ASP.N...
Myranda asked 3/7, 2015 at 9:10
2
I understand that DNX provides the ability to invoke the various new package management features of ASP.NET v5 apps.
However, is it possible to "build" one of these apps (using DNX etc) and "preco...
1
Solved
I have a new ASP.NET 5 project and setup the project.json as below;
"frameworks": {
"dnx451": {
"dependencies": {
"ExternalLibrary": "1.3.0" }
},
"dnxcore50": {}
}
I'm running the project ...
Uptotheminute asked 15/6, 2015 at 9:53
2
Solved
I am newbie to OSX. After following the step by step instructions from https://github.com/aspnet/home.
brew tap aspnet/dnx
brew update
brew install dnvm
I got the following error when I run dnvm...
Yonne asked 15/5, 2015 at 14:39
1
I work on an ASP.NET 5 project which was set up using dnx/k version 1.0.0-beta3. Recently I did a clean install of my OS and VS and lost beta3 packages, I have only beta4 installed. Is it possible ...
Polygamy asked 2/5, 2015 at 12:44
1
Solved
I'm playing with the new Visual Studio Code editor, and created an ASP.NET 5 template project.
To restore the packages, I found in the tutorials that I need to run the dnu restore command, which g...
Hixon asked 8/5, 2015 at 19:6
1
Solved
I upgraded this morning to VS2015 RC, and I created a new project using the ASP.NET 5 Template - Web Site. I have an error that I am not able to solve:
An unhandled exception occurred while proc...
Hepsibah asked 30/4, 2015 at 11:31
1
© 2022 - 2024 — McMap. All rights reserved.