Inhalte aufrufen

Profilbild

Server Error after installing Version 3.0


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
5 Antworten zu diesem Thema

#1 zpatel

zpatel

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 16 May 2017 - 15:41

The installation runs smoothly but when store is loaded the following error is displayed

 

Windows 2008 64bit

IIS7

 

 

Server Error in '/ss30' Application. An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

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.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

Source Error: 
 

Line 102:
Line 103:    @* TOODO: (mc) OC > render assets via child action *@
Line 104: @Html.SmartCssFiles(this.Url, ResourceLocation.Head)
Line 105: @Html.SmartScripts(this.Url, ResourceLocation.Head)
Line 106:

Source File: c:\WebSites\smartstore30\Views\Shared\Layouts\_Document.cshtml    Line: 104 

Stack Trace: 
 

[BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)]
LibSassHost.Internal.Native.Sass_Api.libsass_version() +0
LibSassHost.Internal.SassCompilerProxy.GetVersion() +9
LibSassHost.SassCompiler..cctor() +129

[TypeInitializationException: The type initializer for 'LibSassHost.SassCompiler' threw an exception.]
LibSassHost.SassCompiler.set_FileManager(IFileManager value) +0
BundleTransformer.SassAndScss.Translators.SassAndScssTranslator.Initialize() +220
BundleTransformer.SassAndScss.Translators.SassAndScssTranslator.Translate(IList`1 assets) +245
BundleTransformer.Core.Transformers.TransformerBase.Translate(IList`1 assets, Boolean isDebugMode) +126
BundleTransformer.Core.Transformers.TransformerBase.Transform(IList`1 assets, BundleContext bundleContext, BundleResponse bundleResponse, VirtualPathProvider virtualPathProvider, Boolean isDebugMode) +106
BundleTransformer.Core.Transformers.TransformerBase.Process(BundleContext bundleContext, BundleResponse bundleResponse, Boolean isDebugMode) +381
System.Web.Optimization.Bundle.ApplyTransforms(BundleContext context, String bundleContent, IEnumerable`1 bundleFiles) +272
SmartStore.Web.Framework.Theming.SmartStyleBundle.GenerateBundleResponse(BundleContext context) +220
System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context) +65
System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath) +253
System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable`1 refs) +494
System.Web.Optimization.AssetManager.DeterminePathsToRender(IEnumerable`1 assets) +928
System.Web.Optimization.AssetManager.RenderExplicit(String tagFormat, String[] paths) +34
SmartStore.Web.Framework.UI.BundleBuilder.Build(BundleType type, IEnumerable`1 files) +607
SmartStore.Web.Framework.UI.PageAssetsBuilder.GenerateCssFiles(UrlHelper urlHelper, ResourceLocation location, Nullable`1 enableBundling) +785
SmartStore.Web.Framework.UI.LayoutExtensions.SmartCssFiles(HtmlHelper html, UrlHelper urlHelper, ResourceLocation location, Nullable`1 enableBundling) +119
ASP._Page_Views_Shared_Layouts__Document_cshtml.Execute() in c:\WebSites\smartstore30\Views\Shared\Layouts\_Document.cshtml:104
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +126
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +125
System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +209
System.Web.WebPages.WebPageBase.PopContext() +162
System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +209
System.Web.WebPages.WebPageBase.PopContext() +162
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +380
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +109
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +97
System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +241
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +19
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +51
System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +640
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +299

 

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



#2 Michael Herzog

Michael Herzog

    SmartStore AG

  • Administrators
  • 3498 Beiträge

Geschrieben: 16 May 2017 - 16:51

Hi,

 

please download and install the current C++ redistributable:

 

https://www.microsof...s.aspx?id=52685

 

Regards


Michael Herzog
Smartstore AG


#3 zpatel

zpatel

    Member

  • Members
  • PunktPunkt
  • 20 Beiträge

Geschrieben: 16 May 2017 - 17:25

It worked ... thanks.



#4 radikv

radikv

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 14 June 2017 - 14:20

I have same problem! The link dos't work:

https://www.microsof...s.aspx?id=48145

 

How do I solve this problem?



#5 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 14 June 2017 - 22:50

Please try this one: https://www.microsof...s.aspx?id=52685


Murat Cakir
SmartStore AG


#6 tograil

tograil

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 27 June 2017 - 07:08

I also have this issue, when try to upload site to godaddy.