1. In VS2022, open ...Oqtane.sln.
  2. Open Oqtane.Server\Properties\launchSettings.json.
  3. Ensure that property "hotReloadEnabled":false exists in 'IIS Express' profile.
  4. Ensure that 'IIS Express' profile is selected and run Oqtane.Server project again.
  5. Remember to also exclude the 2sxc folder from the Oqtane build, otherwise you cannot compile Oqtane any more.

Important

If you had been running Oqtane before, make sure you stop/start Oqtane in Visual Studio for the change to take effect.