-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Microsoft Visual Studio C++ 2015 Redistributable a dependency for ClearScript #50
Comments
Hello, Nikolay!
The ClearScript.V8 package is unofficial. This has been discussed many times. In documentation clearly states:
|
Thanks for answering, Andrey! |
Dear Andrey,
Thank you for this qualification. Silly me, I had to read documentation.
It’s pity that ClearScript is unofficial. Actually it’s an excellent package and I enjoy it very much.
Best regards
Nikolay
From: Andrey Taritsyn [mailto:notifications@github.com]
Sent: Wednesday, March 28, 2018 3:10 PM
To: Microsoft/ClearScript <ClearScript@noreply.github.com>
Cc: Николай Анастасов <admin@enoladev.eu>; Author <author@noreply.github.com>
Subject: Re: [Microsoft/ClearScript] Is Microsoft Visual Studio C++ 2015 Redistributable a dependency for ClearScript (#50)
Hello, Nikolay!
Second - on ClearScript install it's mentioned that the package has no dependencies. Actually it depends on VC C++ redist.
The ClearScript.V8 <https://www.nuget.org/packages/ClearScript.V8/> package is unofficial. This has been discussed many times <#5> .
In documentation <https://microsoft.github.io/ClearScript/Details/Build.html> clearly states:
…
4. Important: If Visual Studio is not installed on your deployment machine, you must install 32-bit and 64-bit Visual C++ Redistributable packages:
Visual C++ Redistributable for Visual Studio 2015 <https://www.microsoft.com/en-us/download/details.aspx?id=48145>
Visual C++ Redistributable for Visual Studio 2017 [x64] <https://go.microsoft.com/fwlink/?LinkId=746572> [x86] <https://go.microsoft.com/fwlink/?LinkId=746571>
…
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#50 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AVDPtVUUGC6r_TrmFmqsmx6dvlDVDMayks5ti31-gaJpZM4S-U8k> . <https://github.com/notifications/beacon/AVDPtZRZUFA5MJJZaXwyzwMS5n-G_oksks5ti31-gaJpZM4S-U8k.gif>
|
Hello, Nikolay! You can contact to author of the package (Simon Cropp) and tell him your suggestions for improving the package. I am not a member of the ClearScript project team :-) I'm just an experienced user of this library. |
Thank you Andrey. Noted!
Have a nice day
Nikolay
From: Andrey Taritsyn [mailto:notifications@github.com]
Sent: Thursday, March 29, 2018 11:33 AM
To: Microsoft/ClearScript <ClearScript@noreply.github.com>
Cc: Николай Анастасов <admin@enoladev.eu>; Author <author@noreply.github.com>
Subject: Re: [Microsoft/ClearScript] Is Microsoft Visual Studio C++ 2015 Redistributable a dependency for ClearScript (#50)
Hello, Nikolay!
You can contact to author of the package (Simon Cropp <https://github.com/SimonCropp> ) and tell him your suggestions for improving the package.
I am not a member of the ClearScript project team :-) I'm just an experienced user of this library.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#50 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AVDPtdOhR20u58m5xKGUpI4G8YK1JmXoks5tjJxMgaJpZM4S-U8k> . <https://github.com/notifications/beacon/AVDPtZfhqcoNAh_Cj-CRCjCEQ8-Rozkcks5tjJxMgaJpZM4S-U8k.gif>
|
Today I have an issue with a production server of one of my clients. The actual error message was "Application popup: - System Error : The program can't start because MSVCP140.dll is missing from your computer. Try reinstalling the program to fix this problem. "
Problem occurs on instantiating V8 engine.
After installing VS 2015 C++ redist, problem was solved.
First of all - why this is application popup. It blocks service until pressing "OK" on message box.
Second - on ClearScript install it's mentioned that the package has no dependencies. Actually it depends on VC C++ redist.
The text was updated successfully, but these errors were encountered: