Inhalte aufrufen

Profilbild

2.2.2 to 2.5 Issue


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

#1 acoltrane2015

acoltrane2015

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 15 June 2016 - 18:44

Hello,

 

After upgrading to 2.5 I receive the following error. Please help. This is a Windows 2008R2 web server.  Thank you!

 

Server Error in '/' Application. Object doesn't support this property or method

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: MsieJavaScriptEngine.JsRuntimeException: Object doesn't support this property or method

Source Error:



Line 104:    @Html.Partial("_ClientRes")
Line 105:
Line 106:    @Html.SmartCssFiles(this.Url, ResourceLocation.Head)
Line 107:    @Html.SmartScripts(this.Url, ResourceLocation.Head)
Line 108:

Source File: c:\inetpub\wwwroot\Views\Shared\_Root.Head.cshtml    Line: 106


  • GalenKa und RidgeOi gefällt das

#2 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 15 June 2016 - 23:46

In your root web.config file:

<!-- ATTENTION: If you experience problems with the "V8JsEngine", use "MsieJsEngine" instead -->
<jsEngine name="V8JsEngine" />

Just replace MsieJsEngine with V8JsEngine.


Murat Cakir
SmartStore AG


#3 acoltrane2015

acoltrane2015

    Newbie

  • Members
  • Punkt
  • 3 Beiträge

Geschrieben: 17 June 2016 - 16:46

Thank you! That corrected the problem.