TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module. #62

Closed rwfresh closed 6 years ago

rwfresh commented 6 years ago

just cloned and attempted to run as per instructions. When trying to build in Visual Studio 2017 15.4.1 I am getting the following:

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module. Could not load file or assembly 'System.Runtime, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

If I attempt 'npm run dev' or 'dotnet run' it will build and run.

Seems to be an issue with VS 2017?

.NET Command Line Tools (2.0.0)

Product Information: Version: 2.0.0 Commit SHA-1 hash: cdcd1928c9

Runtime Environment: OS Name: Windows OS Version: 10.0.15063 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\2.0.0\

Microsoft .NET Core Shared Framework Host

Version : 2.0.0 Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

MarkPieszak commented 6 years ago

What version of Node do you have installed? Make sure you have the latest. 8.9.4x or higher.

Sorry for the delayed response!