用 dotent cli 的 corehost 运行 asp.net core 程序,出现如下的错误:
Compiling 206 CNBlogs.AboutUs.Web.Program::Main, IL size = 75, hsh=0x2bc7731c Compiling 207 Microsoft.AspNetCore.Hosting.WebHostBuilder::.ctor, IL size = 50, hsh=0xcd061cbe Compiling 207 System.AppDomain::OnAssemblyResolveEvent, IL size = 72, hsh=0xf1442cf Compiling 208 System.IO.FileNotFoundException::.ctor, IL size = 35, hsh=0xaa82f677 Compiling 209 System.Exception::Init, IL size = 74, hsh=0xd1ee2d04 Compiling 210 System.IO.FileNotFoundException::SetMessageField, IL size = 78, hsh=0xdb8cba58 Compiling 211 System.IO.FileLoadException::FormatFileLoadExceptionMessage, IL size = 44, hsh=0xd816faa9 Compiling 212 System.Globalization.CultureInfo::get_CurrentCulture, IL size = 79, hsh=0x9b40e52c Compiling 213 System.Diagnostics.Contracts.Contract::Assert, IL size = 13, hsh=0x2f4d84c Compiling 214 System.ParamsArray::.cctor, IL size = 34, hsh=0x91ee364b Compiling 215 System.String::FormatHelper, IL size = 49, hsh=0xaf9756f9 Compiling 216 System.Text.StringBuilder::AppendFormatHelper, IL size = 802, hsh=0x3b1aed85 Compiling 217 System.Globalization.CultureInfo::GetFormat, IL size = 42, hsh=0x879e43d5 Compiling 218 System.String::ToString, IL size = 2, hsh=0x4806d052 Compiling 219 System.Text.StringBuilder::Append, IL size = 124, hsh=0x3d8a4c40 Compiling 220 System.Text.StringBuilder::ExpandByABlock, IL size = 147, hsh=0x677089bb terminate called after throwing an instance of 'PAL_SEHException' Aborted