dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.42k stars 10k forks source link

webassembly(client) crashing #Blazor #19095

Closed giorgi-abashidze closed 4 years ago

giorgi-abashidze commented 4 years ago

hi, my pc have low ram and it freezing often, it freezed when i was working in visual studio and i turned off and on again unplugged from power,

after that when i start application webassemply(client) is crashing error is in dotnet.js

i tried everything including cleaning solution and rebuild again but still got an error

here is a part of error message: Stacktrace: dotnet.js:1:18935 650764@https://localhost:44359/_framework/wasm/dotnet.js:1:18917 _emscripten_asm_const_iii@https://localhost:44359/_framework/wasm/dotnet.js:1:19466

and also: RuntimeError: abort(undefined). Build with -s ASSERTIONS=1 for more info.

my index.html file is: `<!DOCTYPE html>

TestApp Loading...
An unhandled error has occurred. Reload 🗙

`

need help asap

javiercn commented 4 years ago

@giorgi-abashidze thanks for contacting us.

Can you delete your bin, and obj folders and see if that fixes the issue. If not, can you provide a minimal repro project so that we can investigate.