Questions tagged [dnvm]

DNVM is the .NET Version Manager, a set of command line utilities to update and configure which .NET Runtime to use. This project is part of ASP.NET 5.

DNVM is the .NET Version Manager, a set of command line utilities to update and configure which .NET Runtime to use.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at https://github.com/aspnet/dnvm

76 questions
58
votes
8 answers

How to fix DNX/DNVM in Visual Studio 2015?

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 version 'dnx-clr-win-x86.1.0.0-beta5' failed to install.…
user4861194
22
votes
1 answer

What is the DNVM?

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 gets all the server side references that I need. After…
gog
  • 11,788
  • 23
  • 67
  • 129
18
votes
1 answer

DNX: The current runtime target framework is not compatible with project

I am getting the following run-time error: [InvalidOperationException: The current runtime target framework is not compatible with 'TestDeployProject'. Current runtime Target Framework: 'DNX,Version=v4.5 (dnx45)' Type: CLR Architecture: x86 …
Dave New
  • 38,496
  • 59
  • 215
  • 394
15
votes
3 answers

DNX beta8-15530 : Could not load file or assembly 'Microsoft.DNX.PackageManager'

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 mention below "dnx-clr-win-x86.1.0.0-beta8-15530" I…
11
votes
0 answers

Uninstall Mono, .NET Core and all related stuffs from OSX

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 Mono x64. If you choose to install CoreCLR], follow…
user5526811
11
votes
2 answers

DNX Web command throwing 'unable to resolve project' error after publishing from VS2015

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 2015, I have published the project to a file system and…
Stradosphere
  • 1,285
  • 3
  • 14
  • 40
11
votes
1 answer

Install specific version of dnx

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 to install specific version of dnx? I have already…
Zacateras
  • 295
  • 5
  • 19
8
votes
3 answers

How to move .dnx directory out of %USERPROFILE%

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, e.g. C:\.dnx? I tried creating a symbolic link from…
leifericf
  • 2,324
  • 3
  • 26
  • 37
7
votes
2 answers

OSX Error dnvm: command not found

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 upgrade: $ dnvm upgrade Error: -bash: dnvm: command…
Vincent Leung
  • 75
  • 1
  • 8
7
votes
1 answer

ASP.NET vNext - MissingMethodException: Method not found: Microsoft.CodeAnalysis.Diagnostic> EmitResult.get_Diagnostics()'

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 processing the request. MissingMethodException: Method not…
DotNetMatt
  • 648
  • 2
  • 9
  • 26
6
votes
3 answers

.net core installation on Windows 10 iot (Raspberry PI3 - ARM)

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. What I do so far : I went on the .NET core site and…
JPBlanc
  • 70,406
  • 17
  • 130
  • 175
6
votes
1 answer

"dnvm" command inside Package Console Manager doesn't show anything

Dnvm works in CMD but I can't use dnvm inside VS2015. why?
MortezaDalil
  • 352
  • 1
  • 2
  • 16
5
votes
1 answer

Asp.Net 5 core 1.0 Incompatible / Template not found

I am stumped on this one, I am trying to build my first core 1.0 application and for some reason I cannot get the core 1.0 templates to load correctly both in a new solution and when I try to open a sample core 1.0 solution. I currently have…
Aaron Davis
  • 281
  • 1
  • 5
  • 22
5
votes
2 answers

how do i uninstall old versions of dnx?

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 list I still see them.
Kirsten
  • 15,730
  • 41
  • 179
  • 318
5
votes
2 answers

Updating to ASP NET 5 beta5 breaks everything

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.NET 5 Beta5 use the following steps: Install the .NET…
Snæbjørn
  • 10,322
  • 14
  • 65
  • 124
1
2 3 4 5 6