Inhalte aufrufen

Profilbild

error with localhost iis Express integrated in visual studio 2015


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

#1 depmar

depmar

    Neuer Benutzer

  • Members
  • PunktPunkt
  • 11 Beiträge

Geschrieben: 05 February 2017 - 17:28

while debugging I always get this error (s.o it is 32bit):

 

Could not load file or assembly 'ClearScriptV8-32.dll' or one of its dependencies.  non è un'applicazione di Win32 valida. (Exception from HRESULT: 0x800700C1)

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: Could not load file or assembly 'ClearScriptV8-32.dll' or one of its dependencies.  non è un'applicazione di Win32 valida. (Exception from HRESULT: 0x800700C1)

Source Error: 
 

Line 41: _originalBundleFilePathes = files.Select(x => x.IncludedVirtualPath.TrimStart('~')).ToArray();
Line 42:
Line 43: var response = base.GenerateBundleResponse(context);
Line 44: // at this stage, BundleTransformer pushed ALL LESS @imports to Bundle.Files, which is bad...
Line 45:

Source File: C:\SmartStoreNET-3.x\src\Presentation\SmartStore.Web.Framework\Theming\SmartStyleBundle.cs    Line: 43 



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 05 February 2017 - 20:24

Please try to change setting for JavaScript-Engine in web.config file.
For more information, see here.

Marcus Gesing

Smartstore AG


#3 depmar

depmar

    Neuer Benutzer

  • Members
  • PunktPunkt
  • 11 Beiträge

Geschrieben: 06 February 2017 - 17:03

 

Please try to change setting for JavaScript-Engine in web.config file.
For more information, see here.

 

 

thanks, so I solved