Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

ASP.NET 5 Beta8 breaks with "System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DNX.PackageManager' or one of its dependencies. The system cannot find the file specified. 1> File name: 'Microsoft.DNX.PackageManager"

$
0
0

When I was trying to build a application using beta8, i am getting the below error.

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DNX.PackageManager' or one of its dependencies. The system cannot find the file specified. 1>  File name: 'Microsoft.DNX.PackageManager"

My Project.json as like below..

{

  "webroot": "wwwroot",

  "userSecretsId": "aspnet5-MVA1-****************************************8",

  "version": "1.0.0-*",

  "dependencies": {

    "EntityFramework.SqlServer": "7.0.0-beta5",

    "EntityFramework.Commands": "7.0.0-beta5",

    "Microsoft.AspNet.Mvc": "6.0.0-beta5",

    "Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta5",

    "Microsoft.AspNet.Authentication.Cookies": "1.0.0-beta5",

    "Microsoft.AspNet.Authentication.Facebook": "1.0.0-beta5",

    "Microsoft.AspNet.Authentication.Google": "1.0.0-beta5",

    "Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-beta5",

    "Microsoft.AspNet.Authentication.Twitter": "1.0.0-beta5",

    "Microsoft.AspNet.Diagnostics": "1.0.0-beta5",

    "Microsoft.AspNet.Diagnostics.Entity": "7.0.0-beta5",

    "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-beta5",

    "Microsoft.AspNet.Server.IIS": "1.0.0-beta5",

    "Microsoft.AspNet.Server.WebListener": "1.0.0-beta5",

    "Microsoft.AspNet.StaticFiles": "1.0.0-beta5",

    "Microsoft.AspNet.Tooling.Razor": "1.0.0-beta5",

    "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta5",

    "Microsoft.Framework.Configuration.Json": "1.0.0-beta5",

    "Microsoft.Framework.Configuration.UserSecrets": "1.0.0-beta5",

    "Microsoft.Framework.Logging": "1.0.0-beta5",

    "Microsoft.Framework.Logging.Console": "1.0.0-beta5",

    "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-beta5"

  },

  "commands": {

    "web": "Microsoft.AspNet.Hosting --config hosting.ini",

    "ef": "EntityFramework.Commands"

  },

  "frameworks": {

    "dnx451": { },

    "dnxcore50": { }

  },

  "exclude": [

    "wwwroot",

    "node_modules",

    "bower_components"

  ],

  "publishExclude": [

    "node_modules",

    "bower_components",

    "**.xproj",

    "**.user",

    "**.vspscc"

  ],

  "scripts": {

    "prepublish": [ "npm install", "bower install", "gulp clean", "gulp min" ]

  }

}

https://stackoverflow.com/questions/33763371/stuck-with-dnx-reference-issue-in-asp-net-5-vs2015/33763763?noredirect=1#comment55329265_33763763


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>