-
Notifications
You must be signed in to change notification settings - Fork 926
.JSX files are not getting compiled on the fly to .JS #645
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
Comments
Hello! Remove all listed assemblies and install the JavaScriptEngineSwitcher.V8.Native.win-x86 package . |
If you use the ReactJS.NET version 3.X, then need to install the JavaScriptEngineSwitcher.V8.Native.win-x86 package version 2.X. I also recommend you to read the “V8” section of “Misconceptions about the JavaScript Engine Switcher version 2.X” discussion. |
Thank you for the help. Looking at the document. Let me get back if I have any questions. |
I'll keep this issue open since it's not mentioned at all in the tutorial that you have to install a specific NuGet package for the JS engine you want to use. The only references I could find are here: https://reactjs.net/getting-started/chakracore.html
|
I followed the Tutorial steps as described on reactjs.net. However when I tried running the application on VS2017, I'm getting an empty page.
When I tried requesting (http://localhost:/Scripts/Tutorial.jsx. I'm getting the below error

Note: I added the following assemblies manually to the bin folder
ClearScriptV8-32.dll
ClearScriptV8-64.dll
v8-base-ia32.dll
v8-base-x64.dll
v8-ia32.dll
v8-x64.dll
and now I'm getting the below error

Is there something that needs to be configured to make the page render the content ?
@Daniel15 / @dustinsoftware - your help is much appreciated
The text was updated successfully, but these errors were encountered: