ReactJS.Net on MVC5 fails to resolve dependency
问题 I'm trying to set up an ASP.Net MV5 application to work with ReactJS.Net, including server side rendering and bundling. Unfortunately, it fails with this exception: An exception of type 'React.TinyIoC.TinyIoCResolutionException' occurred in React.dll but was not handled in user code Additional information: Unable to resolve type: React.ReactEnvironment This exception occurs on this line: @Scripts.Render("~/bundles/ui-components") This line is taken my _layouts.cshtml file. How should I solve