edge
edge copied to clipboard
The specified module could not be found edge_nativeclr.node
I have this problem when I use edge.
Windows 8.1 and Windows 7
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?
When does it happen, during npm install edge
?
@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
Have you installed Visual C++ Redistributable for Visual Studio 2015
? This package needs 2015 or higher. Hope this will help you.
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.
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 Yes, or install windows-build-tools
If you still encounter the problem, consider going to Control Panel > System and Security > Windows Update > Run the updates & restart your computer when asked.
I've the same problem, even if I install the Visual C++ Redistributable. Do you have any suggestion to solve this issue?