Failed to load DLL 'libuv': the specified module was not found

When I open a new project like asp.netmvc.net of the main web application, and I try to start it, chrome is open, but nothing is displayed.

When I put try catchin the code in (progran.cs), I get an error: -

Count = error CS0103: the name "InnerExceptionCount" does not exist in the current context One or more errors occurred. (Unable to load DLL 'libuv': the specified module was not found. (Exception from HRESULT: 0x8007007E))

+4
source share

Source: https://habr.com/ru/post/1648891/


All Articles