edge icon indicating copy to clipboard operation
edge copied to clipboard

The specified module could not be found edge_nativeclr.node

Open fabriciolelis opened this issue 7 years ago • 9 comments

I have this problem when I use edge. Windows 8.1 and Windows 7 1503344465234-image

fabriciolelis avatar Aug 22 '17 21:08 fabriciolelis

If have the same problem running Azure Functions CLI in a Windows Server container with .NET Framework 4.6.2 I have VC2013 x86 redist installed - are there other dependencies on Windows when starting from a bare installation?

KaiWalter avatar Oct 14 '17 17:10 KaiWalter

When does it happen, during npm install edge?

agracio avatar Oct 14 '17 21:10 agracio

@agracio - the edge runtime components are delivered together with the Azure Functions runtime after some iterations I figured out that I need to start the Azure Functions runtime host twice; on the second start the message does not appear

KaiWalter avatar Oct 15 '17 04:10 KaiWalter

Have you installed Visual C++ Redistributable for Visual Studio 2015? This package needs 2015 or higher. Hope this will help you.

dreamdevil00 avatar Aug 09 '18 09:08 dreamdevil00

I was debugging a very similar problem for a while, then this thread made me check VC++ installation. VC++ installation was missed due to a bug in the installer. Once I installed VC++, the app started to work fine.

I guess this issue can be closed. @fabriciolelis your thoughts.

SelvarajKaruppusamy avatar Sep 20 '19 09:09 SelvarajKaruppusamy

Have you installed Visual C++ Redistributable for Visual Studio 2015? This package needs 2015 or higher. Hope this will help you.

Do I need to install Visual C ++ Redistributable on the customer's PC when it is delivered to the customer?

zwdgit avatar Dec 19 '19 08:12 zwdgit

@zwdgit Yes, or install windows-build-tools

dreamdevil00 avatar Dec 23 '19 05:12 dreamdevil00

If you still encounter the problem, consider going to Control Panel > System and Security > Windows Update > Run the updates & restart your computer when asked.

Source

Allyday avatar Mar 19 '20 11:03 Allyday

I've the same problem, even if I install the Visual C++ Redistributable. Do you have any suggestion to solve this issue?

viltbalint avatar Nov 27 '21 19:11 viltbalint