smartstore / SmartStoreNET

Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
http://www.smartstore.com/en/net
GNU General Public License v3.0
2.64k stars 1.46k forks source link

Getting error saying 'setRememberedFormFields' is undefined #2237

Closed tiger02139 closed 2 years ago

tiger02139 commented 2 years ago

Hello,

I tried the following

  1. downloaded SmartStoreNET-4.2.0 zipfile
  2. extracted the code,
  3. opened solution is VS2022
  4. ran the solution in VS using IIS Express

VS opened a browser to http://localhost:15012/install, but pops up a message saying:

Line: 2 Error 'setRememberedFormFields' is undefined

If I fill out the form and click install, nothing happens. Does anyone know why this happening? (It also happens in version 4.1)

tiger02139 commented 2 years ago

I have found the issue. I will close the comment.