Exception Unhandled in GetAllTasks

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
All the sudden after working on migrating my plugins, when I go F5 my Nop.Web solution I get an error in
GetAllTasks(bool showHidden = false)
at line 92
var tasks = query.ToList();
I have no idea what to do. I didn't change anything...thoughts?

System.ExecutionEngineException occurred
  HResult=0x80131506
  Message=Exception of type 'System.ExecutionEngineException' was thrown.
6 years ago
I think I figured out the issue after searching the interwebz. I dissabled these 2 settings and so far it's gone away:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.