You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm running MVC 5 and use ReactJS.Net. When i deploy source to window server 2008 but some server success and some server fail with Internal Server Error.
Message: Unable to resolve type: React.ReactEnvironment
StackTrace: at React.TinyIoC.TinyIoCContainer.ConstructType(Type requestedType, Type implementationType, ConstructorInfo constructor, NamedParameterOverloads parameters, ResolveOptions options) at React.TinyIoC.TinyIoCContainer.CustomObjectLifetimeFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options) at React.TinyIoC.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options) at React.TinyIoC.TinyIoCContainer.Resolve[ResolveType]() at System.Web.Optimization.React.BabelTransform.Process(BundleContext context, BundleResponse response) at System.Web.Optimization.Bundle.ApplyTransforms(BundleContext context, String bundleContent, IEnumerable`1 bundleFiles) at System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context) at System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath) at System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable`1 refs) at System.Web.Optimization.AssetManager.RenderExplicit(String tagFormat, String[] paths) at ASP._Page_Views_Company_Index_cshtml.Execute() in D:\abc\Index.cshtml:line 18 at
This line is script write from bundle.
I have install Net Framework 4.6.1 and Visual C++ 2015 redistributable x64
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm running MVC 5 and use ReactJS.Net. When i deploy source to window server 2008 but some server success and some server fail with Internal Server Error.
This line is script write from bundle.
I have install Net Framework 4.6.1 and Visual C++ 2015 redistributable x64
Thanks
The text was updated successfully, but these errors were encountered: