OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

@using(Script.Foot()) Error #8340

Open jason-delaplain opened 4 years ago

jason-delaplain commented 4 years ago

Can't get into admin on vanilla run of master branch. Line 117: } Line 118:@tag.EndElement Line 119:@using(Script.Foot()) { <!-- "Value cannot be null. Parameter name: key" --> Line 120:<script type="text/javascript"> Line 121://<![CDATA[

sebastienros commented 4 years ago

Can you provide the exact repro steps? If there was an obvious issue with master more people would have reported it. Maybe you are doing something differently...

jason-delaplain commented 4 years ago

Thanks for patience.

Using Visual Studio 2019 Pro:

  1. Cloned "master" branch of "Orchard" repo (https://github.com/OrchardCMS/Orchard
  2. Opened "Orchard.sln"
  3. Ran "Orchard.Web"
  4. Setup the user and database via first page load.
  5. Next, .Net error screen "@using(Script.Foot())."

Line 117: } Line 118:@tag.EndElement Line 119:@using(Script.Foot()) { Line 120: Githubissues.
  • Githubissues is a development platform for aggregating issues.