Inhalte aufrufen

Profilbild

Fresh Install 3.2


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
Keine Antworten zum Thema vorhanden

#1 zpatel

zpatel

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 15 May 2019 - 23:15

When doing a fresh install of Community Version 3.2 with sample data get the following error

 

 

A procedure imported by 'ClearScriptV8-64.dll' could not be loaded.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: A procedure imported by 'ClearScriptV8-64.dll' could not be loaded.

Source Error:

Line 22:  @{ Html.RenderPartial("_GoogleFonts"); }
Line 23:
Line 24:  @Html.SmartCssFiles(this.Url, ResourceLocation.Head)
Line 25:  @Html.SmartScripts(this.Url, ResourceLocation.Head)
Line 26:

Source File: C:\WebSites\myWAFISHOP_SS_320\Views\Shared\Layouts\_Document.cshtml    Line: 24

 

 

Stack Trace:

[FileLoadException: A procedure imported by 'ClearScriptV8-64.dll' could not be loaded.]
   System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) +0
   System.Reflection.Assembly.LoadFile(String path) +87
   System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName) +195

[FileLoadException: A procedure imported by 'ClearScriptV8' could not be loaded.]
   System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
   System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +234
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +108
   System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +25
   System.Reflection.Assembly.Load(String assemblyString) +34
   Microsoft.ClearScript.V8.V8Proxy.LoadAssembly() +51
   Microsoft.ClearScript.V8.V8Proxy.GetAssembly() +33
   Microsoft.ClearScript.V8.V8Proxy.GetImplType(Type type) +33
   Microsoft.ClearScript.V8.V8Proxy.CreateImpl(Object[] args) +181
   Microsoft.ClearScript.V8.V8Runtime..ctor(String name, V8RuntimeConstraints constraints, V8RuntimeFlags flags, Int32 debugPort) +243
   Microsoft.ClearScript.V8.V8ScriptEngine..ctor(V8Runtime runtime, String name, V8RuntimeConstraints constraints, V8ScriptEngineFlags flags, Int32 debugPort) +231
   JavaScriptEngineSwitcher.V8.V8JsEngine..ctor(V8Settings settings) +198

[JsEngineLoadException: Failed to create instance of the V8JsEngine. See the original error message: “A procedure imported by 'ClearScriptV8' could not be loaded.”.]
   JavaScriptEngineSwitcher.V8.V8JsEngine..ctor(V8Settings settings) +484
   JavaScriptEngineSwitcher.V8.V8JsEngineFactory.CreateEngine() +39
   JavaScriptEngineSwitcher.Core.JsEngineSwitcher.CreateEngine(String name) +66
   BundleTransformer.Autoprefixer.Internal.CssAutoprefixer..ctor(Func`1 createJsEngineInstance, IVirtualFileSystemWrapper virtualFileSystemWrapper, AutoprefixingOptions options) +26
   BundleTransformer.Autoprefixer.PostProcessors.AutoprefixCssPostProcessor.PostProcess(IList`1 assets) +324
   SmartStore.Web.Framework.Theming.Assets.AutoprefixPostProcessor.PostProcess(IList`1 assets) +152
   BundleTransformer.Core.Transformers.TransformerBase.PostProcess(IList`1 assets, Boolean isDebugMode) +156
   BundleTransformer.Core.Transformers.TransformerBase.Transform(IList`1 assets, BundleContext bundleContext, BundleResponse bundleResponse, VirtualPathProvider virtualPathProvider, Boolean isDebugMode) +151
   BundleTransformer.Core.Transformers.TransformerBase.Process(BundleContext bundleContext, BundleResponse bundleResponse, Boolean isDebugMode) +594
   System.Web.Optimization.Bundle.ApplyTransforms(BundleContext context, String bundleContent, IEnumerable`1 bundleFiles) +302
   SmartStore.Web.Framework.Theming.Assets.SmartStyleBundle.GenerateBundleResponse(BundleContext context) +250
   System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context) +61
   System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath) +214
   System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable`1 refs) +454
   System.Web.Optimization.AssetManager.RenderExplicit(String tagFormat, String[] paths) +35
   SmartStore.Web.Framework.UI.BundleBuilder.Build(BundleType type, IEnumerable`1 files) +585
   SmartStore.Web.Framework.UI.PageAssetsBuilder.GenerateCssFiles(UrlHelper urlHelper, ResourceLocation location, Nullable`1 enableBundling) +963
   SmartStore.Web.Framework.UI.LayoutExtensions.SmartCssFiles(HtmlHelper html, UrlHelper urlHelper, ResourceLocation location, Nullable`1 enableBundling) +91
   ASP._Page_Views_Shared_Layouts__Document_cshtml.Execute() in C:\WebSites\myWAFISHOP_SS_320\Views\Shared\Layouts\_Document.cshtml:24
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +253
   System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +148
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +122
   System.Web.WebPages.<>c__DisplayClass40_0.<RenderPageCore>b__0(TextWriter writer) +311
   System.Web.WebPages.WebPageBase.Write(HelperResult result) +108
   System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +89
   System.Web.WebPages.WebPageBase.PopContext() +310
   System.Web.WebPages.<>c__DisplayClass40_0.<RenderPageCore>b__0(TextWriter writer) +311
   System.Web.WebPages.WebPageBase.Write(HelperResult result) +108
   System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +89
   System.Web.WebPages.WebPageBase.PopContext() +310
   System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +375
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +90
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +81
   System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult) +186
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
   System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState) +26
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +65
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +36
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
   System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState) +41
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +65
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +399
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +137

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0